Hacker News new | ask | show | jobs
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!

1 comments

SQLite is so great. We built this partially because we wanted SQLite's capabilities without deploys blowing away the instance.