Switch to my fork of deno-sqlite with FTS support

This commit is contained in:
Alex Gleason 2023-08-30 17:29:45 -05:00
parent 3cd6b6f3f3
commit b9fc663db4
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ export { LRUCache } from 'npm:lru-cache@^10.0.0';
export {
DB as Sqlite,
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 {
FileMigrationProvider,