10 comments

[ 2.6 ms ] story [ 44.6 ms ] thread
> you can choose any database as long as that database is Postgres

Yikes!

Personally not going to use database tooling that's been built with AI. Just me
(comment deleted)
No way an AI built tool is getting anywhere near my database.
Seems very interesting going to explore it.
It would be great to have Convex Database support
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.