silassare / gobl
Gobl allows you to use a Database Abstraction Layer (DBAL) and Object-Relational Mapping (ORM) to query your database with PHP.
Installs: 450
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/silassare/gobl
Requires
- php: >=5.6.0
- ext-bcmath: *
- ext-json: *
- ext-pdo: *
- silassare/otpl: =1.1.9
Requires (Dev)
README
Gobl allows you to use a Database Abstraction Layer (DBAL) and Object-Relational Mapping (ORM) to query your database with PHP.
Directives
- 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.