Formatting fix.

This commit is contained in:
go-jet 2019-07-15 19:55:04 +02:00
parent c78ca8a876
commit 7ed83d4228
4 changed files with 4 additions and 7 deletions

View file

@ -31,7 +31,7 @@ _Support for additional databases will be added in future jet releases._
* DELETE (WHERE, RETURNING),
* LOCK (IN, NOWAIT)
2) Auto-generated Data Model types - Go struct mapped to database type (table or enum)
3) Query execution with mapping to arbitrary destination structure - destination structure can be
3) Query execution with result set mapping to arbitrary destination structure - destination structure can be
created by combining auto-generated data model types.
## Getting Started