@b0rk I recently implemented a db struct based on the sqlite article you referenced, and this is how it came out: https://gist.github.com/llimllib/2d03a8da46bbd3d247d2492849e3dc4e
I'd love to see how other people have implemented it!
Top-level
@b0rk I recently implemented a db struct based on the sqlite article you referenced, and this is how it came out: https://gist.github.com/llimllib/2d03a8da46bbd3d247d2492849e3dc4e I'd love to see how other people have implemented it! 2 comments
|
@llimllib @b0rk I'm so excited about this general pattern