good morning!!!!

Skip to content
Snippets Groups Projects
Commit 8f459de2 authored by Carlos Nieto's avatar Carlos Nieto
Browse files

Setting explicit language for code block.

parent 854388f9
No related branches found
No related tags found
No related merge requests found
......@@ -6,11 +6,11 @@ wrap well supported database drivers.
`upper.io/db` is not an ORM, but you may not need one at all:
```
// This code works the same for all supported databases.
var people []Person
res = col.Find(db.Cond{"name": "Max"}).Skip(1).Limit(2).Sort("-input")
err = res.All(&people)
```go
// This code works the same for all supported databases.
var people []Person
res = col.Find(db.Cond{"name": "Max"}).Skip(1).Limit(2).Sort("-input")
err = res.All(&people)
```
See the project page, recipes and user documentation at [upper.io/db][1].
......
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