Skip to content

Use of sqlite instead of dockerized postgres #1001

@probablyVincentIp

Description

@probablyVincentIp

What

At this time the tutorial (chapter 5) uses a dockerized postgres db, I suggest to simplify this to use a sqlite db

Why

  1. Sqlite is easier and faster to setup than a dockerized postgres db
  2. 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

No one assigned

    Labels

    type/docsRelates to knowledge transfer matter (refs, guides, tuts, examples, ...)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions