v0.2.0
Pre-release
Pre-release
0.2.0 - 2020-05-13
Added
- Support for MySQL, MariaDB and SQLite
- Support for pagination and aggregation through
paginatemethod and@paginatedirective @sqlmancerdirective for providing configuration options@manydirective to be used instead of@limit,@offset,@where, and@orderBy@inputdirective for generating input types from models- Custom scalars configuration
- Watch command for CLI
Changed
- Client is now built at runtime instead of generating the client code beforehand
- CLI now builds TypeScript typings only instead of entire client
findOne,findManyandfindByIdnow select all available fields by default
Removed
- Option to provide additional configuration file (all configuration is now provided through SDL)