datascript

2024-11-27T16:07:03.309759Z

Hi everyone! Not sure if it's ok to ask here, so I apologize in advance 🙏 I'm looking for a temporal db for the browser (it can be in js). The reason I ask here is that datascript is really what I want if only it would have kept the transactions log and exposed it. Does anyone knows anything like datascript but keeps a transaction log?

seepel 2024-11-27T20:53:20.926679Z

I use a listener function to maintain a transaction log.

🙏 1