Used with SQLite3 adapter
| 789 | |
| 790 | /** Used with SQLite3 adapter */ |
| 791 | interface Sqlite3ConnectionConfig { |
| 792 | filename: string; |
| 793 | debug?: boolean; |
| 794 | } |
| 795 | |
| 796 | interface MsSqlOptionsConfig { |
| 797 | encrypt?: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…