is there a recommend way to sync a separate postgresdb with convex?
Is it possible to somehow sync state between convex and this postgres db I run? It would only need to be one direction, from postgres -> convex and I can use convex as the source of truth for the application state
