stcarrez/dynamo

Option or configuration to disable some SQL generation

stcarrez opened this issue · 0 comments

For a project, dynamo generates the SQL schema files for several databases:

  • SQLite
  • MySQL
  • PostgreSQL

A project that only uses SQLite does not need the other schema files and it would be good to avoid their generation.