Skip to content

v0.4.0

Choose a tag to compare

@renanbastos93 renanbastos93 released this 18 Jul 02:07
· 45 commits to main since this release
4d2be90

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