Better AuthBA
Better Auth2mo ago
4 replies
Filou

Use Bun.SQL instead of the npm package "pg" for better-auth

Hello ! I'd like to use Bun.SQL's native API as it's more performant than the pg and postgres.js packages and allows for preconnection (start the db connection before the app runs).

It would be great as it's a single API for multiple database (mysql, postgres, sqlite)

Sadly, I don't see anything about it. Is it possible ? @Better Auth
Was this page helpful?