Yuppiechef / macaron

A way to declaratively describe your database model and get going without much fuss.
3 stars 0 forks source link

Abstract out the mysql code into mysql.clj #7

Closed CmdrDats closed 8 years ago

CmdrDats commented 11 years ago

This is to prepare for building support for other database engines, such as sqlite

Keep in mind that the intention of supporting mutliple engines is not about making it easy to switch between engines, but rather that you can implement macaraon on top of your engine of choice. This approach allows us to not have to abstract a query language.

crisptrutski commented 8 years ago

Closing this to track under #8