Skip to content

silassare/gobl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

796 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gobl

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

Directives

Types

  • Only basic types defined in SQL should be supported
  • 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 standard;
    • The column type is well supported by all/majors RDBMS;
    • We could change RDBMS without pains

Coming Soon: Documentation and test project.

About

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

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages