Switch to my fork of deno-sqlite with FTS support
This commit is contained in:
parent
3cd6b6f3f3
commit
b9fc663db4
|
@ -53,7 +53,7 @@ export { LRUCache } from 'npm:lru-cache@^10.0.0';
|
||||||
export {
|
export {
|
||||||
DB as Sqlite,
|
DB as Sqlite,
|
||||||
SqliteError,
|
SqliteError,
|
||||||
} from 'https://raw.githubusercontent.com/teleclimber/deno-sqlite/5283320fce74fbfd90b62d379e8703d386ed0b27/mod.ts';
|
} from 'https://raw.githubusercontent.com/alexgleason/deno-sqlite/325f66d8c395e7f6f5ee78ebfa42a0eeea4a942b/mod.ts';
|
||||||
export * as dotenv from 'https://deno.land/std@0.198.0/dotenv/mod.ts';
|
export * as dotenv from 'https://deno.land/std@0.198.0/dotenv/mod.ts';
|
||||||
export {
|
export {
|
||||||
FileMigrationProvider,
|
FileMigrationProvider,
|
||||||
|
|
Loading…
Reference in New Issue