mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Switch to my fork of deno-sqlite with FTS support
This commit is contained in:
parent
3cd6b6f3f3
commit
b9fc663db4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue