Package Exports
- @stacksjs/database
- @stacksjs/database/auth-tables.d.ts
- @stacksjs/database/class-seeder.d.ts
- @stacksjs/database/custom/audits.d.ts
- @stacksjs/database/custom/errors.d.ts
- @stacksjs/database/custom/index.d.ts
- @stacksjs/database/custom/jobs.d.ts
- @stacksjs/database/database.d.ts
- @stacksjs/database/defaults.d.ts
- @stacksjs/database/driver-config.d.ts
- @stacksjs/database/drivers/defaults/index.d.ts
- @stacksjs/database/drivers/defaults/passwords.d.ts
- @stacksjs/database/drivers/defaults/traits.d.ts
- @stacksjs/database/drivers/dynamodb.d.ts
- @stacksjs/database/drivers/helpers.d.ts
- @stacksjs/database/drivers/index.d.ts
- @stacksjs/database/drivers/mysql.d.ts
- @stacksjs/database/drivers/postgres.d.ts
- @stacksjs/database/drivers/sqlite.d.ts
- @stacksjs/database/index.d.ts
- @stacksjs/database/index.js
- @stacksjs/database/migrations.d.ts
- @stacksjs/database/query-logger.d.ts
- @stacksjs/database/query-parser.d.ts
- @stacksjs/database/safe-migrations.d.ts
- @stacksjs/database/seeder.d.ts
- @stacksjs/database/sql-helpers.d.ts
- @stacksjs/database/types.d.ts
- @stacksjs/database/utils.d.ts
- @stacksjs/database/validators.d.ts
Readme
Stacks Database
wip
☘️ Features
wip
- ⚡️
wip
🤖 Usage
wip
bun install -d @stacksjs/databaseNow, you can use it in your project:
import * as database from '@stacksjs/database'
// wipLearn more in the docs.
🧪 Testing
bun test📈 Changelog
Please see our releases page for more information on what has changed recently.
🚜 Contributing
Please review the Contributing Guide for details.
🏝 Community
For help, discussion about best practices, or any other conversation that would benefit from being searchable:
For casual chit-chat with others using this package:
Join the Stacks Discord Server
📄 License
The MIT License (MIT). Please see LICENSE for more information.
Made with 💙