-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
type/docsRelates to knowledge transfer matter (refs, guides, tuts, examples, ...)Relates to knowledge transfer matter (refs, guides, tuts, examples, ...)
Description
What
At this time the tutorial (chapter 5) uses a dockerized postgres db, I suggest to simplify this to use a sqlite db
Why
- Sqlite is easier and faster to setup than a dockerized postgres db
- The database type is irrelevant as Prisma has connectors for sqlite, postgres and mysql, and changing one for the other would not change the Nexus part of the tutorial meaning it would be less confusing for newcomers and and the tutorial would be more focused on Nexus itself.
How
Remove the Postgres/docker section, replace by sqlite setup. I'm happy to create a PR with this change.
Metadata
Metadata
Assignees
Labels
type/docsRelates to knowledge transfer matter (refs, guides, tuts, examples, ...)Relates to knowledge transfer matter (refs, guides, tuts, examples, ...)