Skip to content

PostGre support

Choose a tag to compare

@phpfui phpfui released this 30 Nov 18:48
· 3 commits to main since this release
  • Added support for PostGreSQL

    • Migrations for indexes and changing columns will have to be done by custom SQL queries in the Migration class.
  • Now supports SQLite insertOrIgnore and insertOrUpdate for the Record class

  • Added more unit tests

  • Porting to V3 from V2

    • \PHPFUI\ORM\Migration::alterColumn takes only 3 parameters and does not rename the column. Use renameColumn instead.