We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a7d421 + d6afa1d commit c0dbb36Copy full SHA for c0dbb36
CHANGELOG.md
@@ -1,4 +1,13 @@
1
# CHANGELOG
2
3
+# 1.1.0
4
+
5
+## Added
6
+* `deriveEntity` - TH derivation `Entity` instances for you types
7
+* `deriveEverything` - TH derivation of `Entity`, `ToRow` and `FromRow` in one shot
8
9
+## Changed
10
+* Docs improoved
11
12
# 1.0.1
13
The first usable version
postgresql-query.cabal
@@ -1,5 +1,5 @@
name: postgresql-query
-version: 1.0.1
+version: 1.1.0
synopsis: Sql interpolating quasiquote plus some kind of primitive ORM
using it
0 commit comments