|
|
|
|
|
by gnahckire
2397 days 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! |
|