I did a quick search here, but nothing jumped out. Just thought Id check? Some old topics from 10 years ago.
I do see Apollo and GraphQL | Docs
Is that it?
I did a quick search here, but nothing jumped out. Just thought Id check? Some old topics from 10 years ago.
I do see Apollo and GraphQL | Docs
Is that it?
Cool thanks.
Any thoughts on how this would work/would n’t work with other sql servers?
Are you or others using in production?
The closest thing to it is/was FerretDB. The company was victim of a lawsuit by MongoDB, and development seems to have stopped since then. I’m not aware of anything else.
@adamginsburg I’ve not used it myself but I know vlasky uses it and it’s pulled straight from a production project of his so it’s battle tested. You can see how long it has been there
@gr4vitywall oh you did remind me! https://github.com/wekan/wekan/blob/main/CHANGELOG.md#v977-2026-07-06-wekan--release
Wekan uses Ferretdb with Metero @xet7
My FerretDB v1 fork is full replacement for MongoDB 7
Compatibility:
build.sh and build.bat at GitHub - wekan/wekan: The Open Source kanban, built with Meteor. GitHub issues/PRs are only for FLOSS Developers, not for support, support is at https://wekan.fi/commercial-support/ . New English strings for new features at imports/i18n/data/en.i18n.json . Non-English translations at https://app.transifex.com/wekan/wekan only. · GitHub has menu options for running FerretDB, and tests that all pass for current databases (SQLite and PostgreSQL) and experimental databases (MySQL, MariaDB, SAP Hana)
I’ll sometime check is roadmap up-to-date:
That reactive mysql one is cool! I’ve been messing with a sqlite version for fun. Wanted it for an intranet/local app. Haven’t been very successful though ![]()
Reactive SQLite as a drop in would be fun to have, especially for kiosk-style apps. Much lighter-weight.
Just sharing, today we have a great PR from @mvogt22 where he implements postgress inside the reactive layer, it’s a good promise for the next year IMO since postgress allow us to access a kind of toolkit we havent today like queues, buffer cache, and etc, what will bring more features for the meteorjs with less external dependencies.