I played around with Convex and tried an integration with dbcrust, but it feels quite different from conventional databases. I really like the idea of moving business logic as close as possible to the database, but I can’t see a natural way to integrate it — it feels a bit forced. I read this article: https://stack.convex.dev/translate-sql-into-convex-queries
, but it suggests that dbcrust would need to deploy tasks to a Convex instance. I’m not sure that’s the best approach, and I don’t see any clear alternative.
I’d be very glad to hear any suggestions on this. I’d love to integrate Convex into dbcrust since convex is such a great product.
kelem|6 months ago