exported / paimei

Automatically exported from code.google.com/p/paimei
GNU General Public License v2.0
1 stars 0 forks source link

Switch from MySQL to SQLite #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
MySQL is a pretty hefty requirement for this project. Is there some 
justification? SQLite is smaller, 
easier to install, more portable, etc.

Alternatively, you could use a database abstraction layer to let the user 
provide whatever backend 
database they prefer. SQLAlchemy (http://www.sqlalchemy.org/) would be overkill 
but does the job. 

Original issue reported on code.google.com by rgovostes on 28 Mar 2009 at 10:56