UNPKG
@oberoncms/plugin-pgsql
Version:
latest (0.9.5)
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.8.1
0.8.0
0.7.0
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
A PostgreSQL database plugin for OberonCMS
github.com/Tohuhono/Oberon
Tohuhono/Oberon
@oberoncms/plugin-pgsql
/
dist
/
db
/
client.d.ts
7 lines
•
286 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
NodePgDatabase
}
from
"drizzle-orm/node-postgres"
;
import
*
as
schema
from
"./schema"
;
export
type
DatabaseClient
=
NodePgDatabase
<
typeof
schema>;
export
declare
const
db
:
NodePgDatabase
<
typeof
schema> & {
$client
:
import
(
"pg"
).
Pool
; };
//# sourceMappingURL=client.d.ts.map