TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Use SQLite as a Message Queue

4 pointsby polyrandabout 4 years ago
Hi! I&#x27;m the author of litements[0], a set of data structures (and more coming later) built on top of SQLite. The reason I&#x27;m building it is that I think many apps can run perfectly on a single server using a few SQLite databases.<p>The queue[1] is like a message queue, similar to the standard Python queue. Right now everything is built with Python, but the idea behind all the litements libraries is having some persistent structures that can be shared between multiple processes. All talking to SQLite.<p>I would love some feedback on it to see how it could be useful to others. I want to keep everything as simple and reliable as possible.<p>[0] https:&#x2F;&#x2F;github.com&#x2F;litements&#x2F; [1] https:&#x2F;&#x2F;litements.exampl.io&#x2F;queue&#x2F;

no comments

no comments