base icon indicating copy to clipboard operation
base copied to clipboard

Simpler Database Intaractions in PHP

Results 6 base issues
Sort by recently updated
recently updated
newest added

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 :)

enhancement

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...