MCPcopy
hub / github.com/knex/knex / Sqlite3ConnectionConfig

Interface Sqlite3ConnectionConfig

types/knex.d.ts:791–794  ·  view source on GitHub ↗

Used with SQLite3 adapter

Source from the content-addressed store, hash-verified

789
790 /** Used with SQLite3 adapter */
791 interface Sqlite3ConnectionConfig {
792 filename: string;
793 debug?: boolean;
794 }
795
796 interface MsSqlOptionsConfig {
797 encrypt?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…