From e3290ceea7a4bca3872efc841a73380861648812 Mon Sep 17 00:00:00 2001 From: go-jet <47941548+go-jet@users.noreply.github.com> Date: Sat, 28 Sep 2019 11:34:42 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3901dc2..169cbeb 100644 --- a/README.md +++ b/README.md @@ -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. 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 into complex object composition. __It is not an ORM.__