Replies: 2 comments 3 replies
-
Update: A Twitter follower (PavitraGolchha) kindly pointed out to me that SQLite has a Date Change Notification that could be exposed via Bun runtime. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You want to log info for monitoring management or what ? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would love to see a thin layer that enables real-time event subscriptions API around SQLite for listening to changes on the database for different types of actions such as inserts or updates, deletes, watching changes on a specific record, etc.
I currently leverage Pocketbase for a local instance of a real-time database that uses SQLite, but to have this kind of functionality as a native feature of Bun would be amazing, if it makes sense.
Curious of this feature idea would be a good one for the Bun project. I don't believe it would be very difficult and if I had some extra time, I might consider seeing if I could get a basic implementation working. I've not written anything in Rust yet.
Let's discuss.
Beta Was this translation helpful? Give feedback.
All reactions