tursodatabase / turso-docs

Turso reference documentation
https://docs.turso.tech
MIT License
11 stars 47 forks source link

Issue on docs - Drizzle + Turso #194

Closed u2ix closed 3 months ago

u2ix commented 3 months ago

When I try to create the migration with the drizzle.config.ts on the documentation, I receive an error.

I think it's not happy about driver: "turso" 🤷

$ drizzle-kit generate

ZodError: [
  {
    "expected": "'postgresql' | 'mysql' | 'sqlite'",
    "received": "undefined",
    "code": "invalid_type",
    "path": [
      "dialect"
    ],
    "message": "Required"
  }
]
u2ix commented 3 months ago

Ok what's missing in the docs, for drizzle.config.ts

dialect: "sqlite",
notrab commented 3 months ago

@u2ix this must be a new addition to Drizzle Kit. Feel free to open a pull request, otherwise I will investigate and prepare some updated docs after next week.

Thanks for the report!