UNPKG
@fastify/postgres
Version:
latest (6.0.2)
next (6.0.0)
6.0.2
6.0.1
6.0.0
6.0.0-pre.fv5.2
6.0.0-pre.fv5.1
5.2.2
5.2.1
5.2.0
5.1.0
5.0.0
4.0.1
4.0.0
Fastify PostgreSQL connection plugin
github.com/fastify/fastify-postgres
fastify/fastify-postgres
@fastify/postgres
/
test
/
types
/
imports.test-d.ts
7 lines
(6 loc)
•
184 B
text/typescript
View Raw
1
2
3
4
5
6
7
/* eslint-disable @typescript-eslint/no-unused-vars */
import
defaultPluginImport, { fastifyPostgres
as
namedPluginImport,
PostgresDb
,
PostgresPluginOptions
}
from
'../../index'