Gobl allows you to use a Database Abstraction Layer (DBAL) and Object-Relational Mapping (ORM) to query your database with PHP.

1.5.0 2021-05-15 10:58 UTC

This package is auto-updated.

Last update: 2024-03-23 10:17:52 UTC


README

Gobl allows you to use a Database Abstraction Layer (DBAL) and Object-Relational Mapping (ORM) to query your database with PHP.

Dependencies

Directives

Types

  • Only basic types defined in SQL should be supported
  • Enum, Set, and customs types of MySQL and Co should not be supported
  • Before adding a column type we should be sure that:
    • The column type is defined and supported by SQL Server;
    • The column type is well supported by all/majors RDBMS;
    • We could change RDBMS without pains

Coming Soon: Documentation and test project.