Driver Module
Catalogue of ConnectorPlan values, one per supported runtime, plus a fallback helper for runtimes that do not yet have an adapter wired up.
Functions and values
| Function or value |
Description
|
|
All known plans, in declaration order.
|
|
Plan for the .NET runtime backed by
|
|
Plan for the Node.js runtime backed by the
|
Full Usage:
Driver.notConfigured runtime
Parameters:
'a
-
Display name of the runtime, embedded in the error message.
Returns: ISqliteDriver
Type parameters: 'a |
Returns an ISqliteDriver placeholder that always raises, used as the default driver for runtimes that have not been wired up yet.
|
|
Plan for the Python runtime backed by the stdlib
|
|
Plan for a TypeScript-on-Node consumer that re-uses the JavaScript adapter.
|
ProcessCore