diff --git a/README.md b/README.md index 30543d8233a7abd69ede8f03575a6693f2868e5e..d2e2619bf6b42bf1fb0fd55d108e71062289f658 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,9 @@ different databases through the use of *adapters* that wrap well-supported database drivers. -See the project page, recipes and user documentation at [upper.io/db][1]. - [](https://travis-ci.org/upper/db) -## Is this an ORM? +## Is `upper.io/db` an ORM? `upper.io/db` is not an ORM in the sense that it does not tell you how to design your software or how to validate your data, instead it only focuses on @@ -36,6 +34,10 @@ on specific database adapters, such as MySQL, PostgreSQL and SQLite. * [QL](https://upper.io/db/ql) via [ql](https://github.com/cznic/ql) * [SQLite3](https://upper.io/db/sqlite) via [go-sqlite3](https://github.com/mattn/go-sqlite3) +## User documentation + +See the project page, recipes and user documentation at [upper.io/db][1]. + ## License > Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam