UNPKG
@oberoncms/plugin-turso
Version:
latest (0.16.0)
0.16.0
0.15.0
0.14.0
0.13.2
0.13.1
0.13.0
0.12.1
0.12.0
0.11.5
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.3
0.10.2
0.10.1
0.10.0
0.9.0
A Turso libsql database plugin for OberonCMS
github.com/Tohuhono/Oberon
Tohuhono/Oberon
@oberoncms/plugin-turso
/
dist
/
db
/
client.d.ts
5 lines
•
222 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
schema
from
"./schema"
;
export
declare
const
getClient
:
() =>
import
(
"drizzle-orm/libsql"
).
LibSQLDatabase
<
typeof
schema> & {
$client
:
import
(
"@libsql/client"
).
Client
; };
//# sourceMappingURL=client.d.ts.map