Update README.md

This commit is contained in:
go-jet 2019-09-28 11:34:42 +02:00 committed by GitHub
parent 4db3f422f7
commit e3290ceea7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ Jet is a framework for writing type-safe SQL queries in Go, with ability to easi
convert database query result into desired arbitrary object structure. convert database query result into desired arbitrary object structure.
Jet currently supports `PostgreSQL`, `MySQL` and `MariaDB`. Future releases will add support for additional databases. Jet currently supports `PostgreSQL`, `MySQL` and `MariaDB`. Future releases will add support for additional databases.
![jet](https://github.com/go-jet/jet/wiki/image/jet.png) ![jet](https://github.com/go-jet/jet/wiki/image/jet.png)
Jet is the easiest and the fastest way to write complex SQL queries and map database query result Jet is the easiest and the fastest way to write complex SQL queries and map database query result
into complex object composition. __It is not an ORM.__ into complex object composition. __It is not an ORM.__