_e
_e5mo ago

If I opt in to using self hosted Convex with PostSQL/MySQL database connection, it is possible for m

If I opt in to using self hosted Convex with PostSQL/MySQL database connection, it is possible for me to create a separate microservice write to the Convex database without using Convex. My current usecase has something that is very heavy on the write operation, currently using Clickhouse, we want to use Convex as the client side to read from these real time data, which Convex is already using Websocket between FE and BE which is perfect, but the thing we are concern is if external service can directly write to the self hosted Convex database using SQL mutation, it seems like Convex only has one single table for SQL?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?