Skip to content

v0.2.0

Pre-release
Pre-release

Choose a tag to compare

@danielrearden danielrearden released this 13 May 22:58

0.2.0 - 2020-05-13

Added

  • Support for MySQL, MariaDB and SQLite
  • Support for pagination and aggregation through paginate method and @paginate directive
  • @sqlmancer directive for providing configuration options
  • @many directive to be used instead of @limit, @offset, @where, and @orderBy
  • @input directive 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, findMany and findById now select all available fields by default

Removed

  • Option to provide additional configuration file (all configuration is now provided through SDL)