UNPKG
@lifeworld/adapter-drizzle
Version:
latest (1.1.2)
1.1.2
Drizzle ORM adapter for Lucia
github.com/pilcrowOnPaper/lucia
pilcrowOnPaper/lucia
@lifeworld/adapter-drizzle
/
dist
/
index.js
4 lines
(3 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
export
{
DrizzleMySQLAdapter
}
from
"./drivers/mysql.js"
;
export
{
DrizzlePostgreSQLAdapter
}
from
"./drivers/postgresql.js"
;
export
{
DrizzleSQLiteAdapter
}
from
"./drivers/sqlite.js"
;