What's Changed
- feat(security): add configurable default HTTP security headers by @fiandev in #48
- Feat/@gaman/db by @angga7togk in #49
- Support SQL Only
SQLitePostgreSQLandMySQL - Basic ORM Functional like:
createcreateManyupdatedeletefindfindOnewherecountpaginationetc... - Model based with
composeSchemaandnew Model(...)Type-safed by default - Migration System with
composeMigration - Seeder System with
composeSeeder
- Support SQL Only
- @gaman/kame by @angga7togk in in #49
- new cmd
gen:migration - new cmd
gen:seeder - new cmd
db:seed - new cmd
db:migrate
- new cmd
Full Changelog: v2.1.4...v2.1.5