On classes with relational tables, the insert function for the table
that matches the actual class (not relation), is now just called dbInsert
instead of dbInsertClassname.
For inserting to relational Tables, the name stays more descriptive
about the relation covered
- remove final keywords everywhere for now cause I don't think I need
them yet for any specific purpose
- add toMap() functions
- add database.insert() functions for classes and relational tables when
classes use list that reference other classes
editorconfig contains entries for yml and dart now
the formatter will no longer collapse multiline code splits (like class
constructors), where the last entry has a trailing comma