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
/
auth-adapter.js
9 lines
(8 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
DrizzleAdapter
}
from
"@auth/drizzle-adapter"
;
const
getAuthAdapter
= (
db
) => (
//@ts-expect-error https://github.com/drizzle-team/drizzle-orm/issues/1558
DrizzleAdapter
(db) );
export
{ getAuthAdapter };