@alesha-nov/db
v0.2.2
Published
Database client factory and migration primitives for the monorepo.
Maintainers
Readme
@alesha-nov/db
Database client factory and migration primitives for the monorepo.
Implemented Features
resolveDBType()formysql | postgresql | sqlitecreateDatabaseClient(DBConfig)using Bun SQLensureMigrationsTable()foralesha_migrationsrunMigrations()idempotent migration execution- Exported types:
DBType,DBConfig,Migration,DatabaseClient authMigrationsBundleexport for auth package consumption
Required for Target Auth (Email/Password, Magic Link, Google/GitHub)
- Stable DB connection for all auth packages
- Shared migration runner used by
@alesha-nov/auth
