Update README.
This commit is contained in:
parent
a893dfba44
commit
c7fae18a3d
1 changed files with 5 additions and 2 deletions
|
|
@ -8,9 +8,12 @@
|
||||||
|
|
||||||
|
|
||||||
Jet is a framework for writing type-safe SQL queries in Go, with ability to easily
|
Jet is a framework for writing type-safe SQL queries in Go, with ability to easily
|
||||||
convert database query result to desired arbitrary structure. Jet currently supports PostgreSQL, MySQL and MariaDB.
|
convert database query result to desired arbitrary structure.
|
||||||
Support for additional databases will be added in future jet releases.
|
Jet currently supports `PostgreSQL`, `MySQL` and `MariaDB`. Support for additional databases will be added in future jet releases.
|
||||||
|
|
||||||
|

|
||||||
|
Jet is the easiest and fastest way to write complex SQL queries and map database query result
|
||||||
|
into complex object composition. __It is not an ORM.__
|
||||||
|
|
||||||
## Contents
|
## Contents
|
||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue