My schema is ```datasource db { provider = "post...
# orm-help
h
My schema is
Copy code
datasource db {
  provider = "postgresql"
  url      = "<postgresql://postgres@localhost/mydb>
}