schema files from NPM repo?
Hi,
So we built a plugin system for Next.js. Plugins are basically features of the application (e.g user management, etc)
Would it be possible to generate the SQL file using those schemas as well?
1 Reply
This is how our plugin system works on a high level. There are external plugins (packages) and local ones as well. Ideally we would like to only build schema for "installed" plugins altough no idea yet even if that possible. Given schema generation with
drizzle-kit generate
is file based.