Installation
List of officially supported DBMS
Usage
You’re likely not going to use this plugin directly, as this is just a connection between other plugins.
Extend the plugin
Here’s an example from the D1 plugin:src/lib/index.ts
Methods
query
Queries the database.
Parameters: query: string
, ...params: unknown[]
Returns: Promise<Record<string, unknown>[]>