Sqlmancer v0.2.0 Release Notes

Release Date: 2020-05-13 // almost 4 years ago
  • 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
    • 0๏ธโƒฃ 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)