v0.7.0
What's Changed
New Features ✨
-
Produce single output by @farreldarian in #47
You can now generate a single file output by setting theoutput
asdrizzle.ts
, and then use it by importingimport { <your-model-name> } from 'prisma/drizzle'
, orimport * as schema from 'prisma/drizzle'
for relational queries. -
Allow custom dateMode by @farreldarian in #48
As requested by @Jonatthu.
Fixes
Misc
- Remove all logger.createTask() usages by @farreldarian in #42
- Move writing files to end by @farreldarian in #43
- Refactor Generator by @farreldarian in #44
- Use Bun:test by @farreldarian in #46
Full Changelog: v0.6.7...v0.7.0