Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silassare/gobl
Gobl allows you to use a Database Abstraction Layer (DBAL) and Object-Relational Mapping (ORM) to query your database with PHP.
https://github.com/silassare/gobl
database dbal gobl mysql orm php
Last synced: about 2 months ago
JSON representation
Gobl allows you to use a Database Abstraction Layer (DBAL) and Object-Relational Mapping (ORM) to query your database with PHP.
- Host: GitHub
- URL: https://github.com/silassare/gobl
- Owner: silassare
- License: mit
- Created: 2017-11-02T17:09:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T18:57:23.000Z (2 months ago)
- Last Synced: 2024-11-13T12:12:54.797Z (about 2 months ago)
- Topics: database, dbal, gobl, mysql, orm, php
- Language: PHP
- Homepage:
- Size: 1.11 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Gobl
Gobl allows you to use a Database Abstraction Layer (DBAL) and Object-Relational Mapping (ORM) to query your database with PHP.## Dependencies
- [otpl-php](https://github.com/silassare/otpl-php/)## Directives
[`Types`](./src/DBAL/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.