7 ms·
very cool. though the deploy wasnt clear if i can just run migration on some pg url. and it wasnt clear if i can bind some middleware into my existing app serve
by bosky101 20d ago
very cool. though the deploy wasnt clear if i can just run migration on some pg url. and it wasnt clear if i can bind some middleware into my existing app server (like express)
- andrewww-dev 17d agoYou can use your own DB by saving the URL on DATABASE_URL inside .env. For now migrations are not supported but they are coming on the next version. Another feature that is on the pipeline is being able to generate the server so you can bind it to your current server