All Versions
6
Latest Version
Avg Release Cycle
18 days
Latest Release
1205 days ago
Changelog History
Changelog History
-
v0.3.3 Changes
June 08, 2020๐ Fixed
- Typing for GenericSqlmancerClient
-
v0.3.1 Changes
May 29, 2020๐ Fixed
- Typing for TIds type variable
-
v0.3.0 Changes
May 20, 2020 -
v0.2.1 Changes
May 15, 2020 -
v0.2.0 Changes
May 13, 20200.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
andfindById
now select all available fields by default
โ Removed
- ๐ง Option to provide additional configuration file (all configuration is now provided through SDL)
-
v0.1.0 Changes
March 12, 2020๐ Initial release