v0.4.0
What's Changed
-
feat: choose database SQL or SQLite3 when create a project from scratch (#12)
The idea here is everyone can choose to use SQL or SQLite3, the default is SQLite3. -
feat: created cmd new like same the create-scratch (#13)
Introduced a new command, "boneless new <sql | sqlite3>" which is similar to the existing "create-scratch" command.$ boneless new sql # If no parameter is passed, the default database used will be SQLite. ...
Full Changelog: v0.2.0...v0.4.0