Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: testing-express with multiple database sources #4326

Open
brunolnetto opened this issue Dec 15, 2022 · 2 comments
Open

Suggestion: testing-express with multiple database sources #4326

brunolnetto opened this issue Dec 15, 2022 · 2 comments

Comments

@brunolnetto
Copy link

Hello, Prisma!

There is a non-zero chance of this issue being rejected by the human-brain-bot.

First of all, I thank Prisma for the multiple use cases on their plural combinations. In particular, I like this use case with a web package (e.g. express, but could be fastify or koa as well) because it is very insightful on this open source boilerplate I learn-develop.

My request regards the provision of clarification and, if possible, feature request on:

  • database initialization steps according to the operating system and database sources (current: [postgresql, mysql, sqlite, sqlserver, mongodb, cockroachdb]): on the abovementioned example, there is a binary-file prisma/dev.db, which assumes a Linux user (a hopeful assumption ;-) ). It is a great development practice, but obscure this step I mention;
  • examples with other database sources and suggestive database tools.
@janpio
Copy link
Member

janpio commented Dec 15, 2022

The binary is just a SQLite database - that should work on all platforms.

@brunolnetto
Copy link
Author

I see, my bad. :-S

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants