Hi guys, could someone point me to any docs that e...
# prisma-whats-new
r
Hi guys, could someone point me to any docs that explain how to configure a self-hosted app with an existing MySQL db? I've been looking everywhere but haven't been able to find anything that explains it.
i
It’s really hard to document that because running GC + whatever else on your own infrastructure can vary so greatly. A very simple example could be a simple node/express server that connects to a my SQL database. Then just combine GC and you’re off to a good start
👍 1
r
@iamclaytonray, is there an example of combining GC with a node/express server? I saw the typescript-gateway-custom-schema example, but that's just wrapping an already deployed GC app.
i
Not that I know of. In reality, you could just create a new express server and run the GC CLI
I will show you what I mean. Give me about an hour for a very simple, very contrived app
Just woke up 😅🙄