All Versions
6
Latest Version
Avg Release Cycle
18 days
Latest Release
1752 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