Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Can you point me to what gave you this impression? We implement our own query engine for Triplit and use a fork of tuple-database[1] for storage which is low level database that can store to SQLite (we do on the server) but in the browser it uses either an in-memory btree or IndexedDB.

Regarding compatibility with our databases, we do have some internal experiments of running a Triplit Server in front of existing databases as almost like a syncing cache. Still very experimental but maybe you'd be more into that use case.

1. https://github.com/aspen-cloud/tuple-database



Very cool to see a use of tuple-database in the wild! I've known about that project for a while and thought it looked really cool, but I don't have a use for it.

What's the reason for the fork?


No real reason other than we wanted to customize it and move quickly. I'm sure Chet, the maintainer, wouldn't oppose any of the changes we've made.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: