5 ms·
There is an interesting pattern SyncLite (https://github.com/syncliteio/SyncLite https://github.com/syncliteio/SyncLite) attempts to solve to bring the best of
by mahcha 2mo ago
There is an interesting pattern SyncLite (https://github.com/syncliteio/SyncLite https://github.com/syncliteio/SyncLite) attempts to solve to bring the best of both SQLite and Postgres with one or more SQLite databases directly serving the application while SyncLite replicating/consolidating data from all those SQLite databases into a centralized PostgreSQL database..
- inigyou 2mo agoIt sounds like a solution trying to sell itself. While you probably can do something like that and it might even be useful for some applications, I can't imagine it's a very good generic solution - you probably want to do it yourself if you want to do it.