ruprizzle-parser 0.1.0-alpha.3

Schema DSL parser for the ruprizzle ORM
Documentation
1
2
3
4
5
6
7
8
9
10
11
datasource db {
  provider = "postgres"
  url      = env("DATABASE_URL")
}

enum Role {
}

model User {
  id Uuid @id
}