Talk Python To Me
Talk Python To Me
Michael Kennedy
#80: TinyDB: A tiny document db written in Python
47 minutes Posted Oct 16, 2016 at 8:00 am.
0:00
47:01
Download MP3
Show notes
NoSQL and document dbs like MongoDB have made building fast scalable software that is easy to evolve and maintain much easier for a broad class of applications. Embeddable, file-based databases like SQLite have made "shipping" an application requiring a database a no brainer. The database just runs in process so there is no setup or maintenance.