Hacker News new | ask | show | jobs
by tidwall 337 days ago
Not intending to make pogocache into a sql database. I prefer keeping it a cache. More so exploring ways to work with existing databases such as sqlite, duckdb, postgres. Kinda like providing proxy-ish operations that transparently cache sql reads.
1 comments

Reminds me of this dope lib https://pythonhosted.org/johnny-cache/
Oh wow. That is dope. Thanks for sharing.