5 ms·
SQLite is so awesome. I love how python has a library built-in for it. That SQLite plus SQLAlchemy makes hackathon code so easy to port to another RDBMS after
by gnahckire 7y ago
SQLite is so awesome. I love how python has a library built-in for it.
That SQLite plus SQLAlchemy makes hackathon code so easy to port to another RDBMS after finishing the initial PoC.
Also makes it super easy to run unittests; just load data into sqlite with the memory connector and go!
- justjake 7y agoSQLite is so great. We built this partially because we wanted SQLite's capabilities without deploys blowing away the instance.