base
base copied to clipboard
Simpler Database Intaractions in PHP
Hey, I enjoyed this ORM but Could be integrated with Codeigniter 3.0?
Needs a way to configure the primary key name, not all of us have systems where `id` is the PK :)
Can we have the features of batchInsert, batchUpdate and IN clauses ?
`PDO` does allow you to use a number of database engines like Postgres, MSSQL, MySQL, SQLite etc. However it won't automagically convert your SQL syntax for the engine used. The...
It seems to be more popular among db engines.