The project contains the following:
derive-sql: the root of thederive-sqllibrary as published on crates.io. Defines the traitSqlable.extras/derive-sql-sqlite: the package with the implementation of theDeriveSqlitemacro that implement theSqlabletrait based on a struct with named fields.extras/derive-sql-mysql: the package with the implementation of theDeriveMysqlmacro that implement theSqlabletrait for MySQL based on a struct with named fields.
Use script publish.sh to publish all crates - remember to update OLD_VERSION and NEW_VERSION in the file before running!