good morning!!!!

Skip to content
Snippets Groups Projects
Commit 42069b9a authored by José Carlos Nieto's avatar José Carlos Nieto
Browse files

Clarification on where the user-documentation is.

parent 8d2c35ee
No related branches found
No related tags found
No related merge requests found
...@@ -4,11 +4,9 @@ ...@@ -4,11 +4,9 @@
different databases through the use of *adapters* that wrap well-supported different databases through the use of *adapters* that wrap well-supported
database drivers. database drivers.
See the project page, recipes and user documentation at [upper.io/db][1].
[![Build Status](https://travis-ci.org/upper/db.png)](https://travis-ci.org/upper/db) [![Build Status](https://travis-ci.org/upper/db.png)](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 `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 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. ...@@ -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) * [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) * [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 ## License
> Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam > Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment