We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b779e8b commit 7a4cc2dCopy full SHA for 7a4cc2d
drizzle-orm/src/expo-sqlite/query.ts
@@ -3,7 +3,7 @@ import { useEffect, useState } from 'react';
3
import { is, SQL, Subquery } from '~/index.ts';
4
import type { AnySQLiteSelect } from '~/sqlite-core/index.ts';
5
import { getTableConfig, getViewConfig, SQLiteTable, SQLiteView } from '~/sqlite-core/index.ts';
6
-import { SQLiteRelationalQuery } from '~/sqlite-core/query-builders/query';
+import { SQLiteRelationalQuery } from '~/sqlite-core/query-builders/query.ts';
7
8
export const useLiveQuery = <T extends Pick<AnySQLiteSelect, '_' | 'then'> | SQLiteRelationalQuery<'sync', unknown>>(
9
query: T,
0 commit comments