mstdokumaci / arraydb

define your data model using array configs, reach your data as arrays.
70 stars 17 forks source link

pluggable database support (ex.: supporting SQLite3) #2

Open TheBojda opened 11 years ago

TheBojda commented 11 years ago

It would be good feature, if the engine doesn't depend on the database backend. As I've seen, your architecture is well layered, and won't be a big development, to make the database engine pluggable, and support other backends, like SQLlite.

mstdokumaci commented 11 years ago

My first choice was Postgre to implement, i don't know why :)