Live data from Hacker News

Show HN: Honker – Postgres NOTIFY/LISTEN Semantics for SQLite

github.com

91–95 of 95 posts

Re: Show HN: Honker – Postgres NOTIFY/LISTEN Semantics for SQLite

#93
The 1 ms pragma data version polling is a nice way to bypass the lack of a server process. didyou measure the impact on cpu or battery life for applications running on lower power devices or laptops? i curious if the polling that prevents the CPU from entering deeper sleep states

Re: Show HN: Honker – Postgres NOTIFY/LISTEN Semantics for SQLite

#94

If I'm using SQLAlchemy, can this integrate? It seems to want to make the db connection itself.

I've added examples for many ORMs and web frameworks to the docs. See here: https://honker.dev/guides/orm/#sqlalchemy--sqlmodel

Thank you.
Post reply on HN