Files
TinyORM/tests
silverqx 0bcbcd2431 added support for PostgreSQL schema builder 🎉👌
- added a new config. option dont_drop, allows to define table that
   will be excluded during dropAllTables(), has a default value
   spatial_ref_sys for PostGIS
 - implemented fluent commands, used only by the PostgreSQL Comment
   command
 - added tests for PostgreSQL schema builder
 - reworked tst_Migrate to be able to run on all supported connections,
   currently PostgreSQL and MySQL
 - updated docs

Unrelated:

 - added a new reference class IndexDefinitionReference for a nice API
   during index definition, contains algorithm and language
 - unified selectFromWriteConnection() in schema builders
2022-05-23 10:14:25 +02:00
..
2022-05-23 10:14:25 +02:00
2022-04-13 19:18:11 +02:00
added migrations 🔥🚀
2022-04-20 15:45:35 +02:00
2022-05-05 10:31:29 +02:00
2022-05-18 09:40:45 +02:00
2022-05-18 14:14:39 +02:00
2022-04-21 16:22:49 +02:00
2022-05-12 12:25:22 +02:00