From c7fae18a3d042929a5d4bf5f622f4309fc525dfc Mon Sep 17 00:00:00 2001 From: go-jet Date: Mon, 19 Aug 2019 16:24:15 +0200 Subject: [PATCH] Update README. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f1c92d..3921136 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,12 @@ 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. -Support for additional databases will be added in future jet releases. +convert database query result to desired arbitrary structure. +Jet currently supports `PostgreSQL`, `MySQL` and `MariaDB`. Support for additional databases will be added in future jet releases. +![jet](https://github.com/go-jet/jet/wiki/image/jet.png) +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 - [Features](#features)