On 26/02/13 04:18, Matthew Flaschen wrote:
Sure, for starters. :) Bear in mind, if we want to keep support for all these dbs, every change to the database schema has to (at some point) result in a change to separate SQL files for each DB (MySQL and SQLite use the same ones). For instance, there is a separate active oracle/tables.sql.
I am wondering if it would make sense to give up on SQL, make universal table creation functions in PHP, the same way there are for other queries, and use that. Has anyone tried this before, is there other software that works like this?