An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/go-xorm/xorm

Package xorm is a simple and powerful ORM for Go. Make sure you have installed Go 1.6+ and then: Firstly, we should new an engine for a database Method NewEngine's parameters is the same as sql.Open. It depends drivers' implementation. Generally, one engine for an application is enough. You can set it as package variable. XORM also support raw SQL execution: 1. query a SQL string, the returned results is []map[string][]byte 2. execute a SQL string, the returned results There are 8 major ORM methods and many helpful methods to use to operate database. 1. Insert one or multiple records to database 2. Query one record or one variable from database 3. Query multiple records from database 4. Query multiple records and record by record handle, there two methods, one is Iterate, another is Rows 5. Update one or more records 6. Delete one or more records, Delete MUST has condition 7. Count records 8. Sum records The above 8 methods could use with condition methods chainable. Attention: the above 8 methods should be the last chainable method. 1. ID, In 2. Where, And, Or 3. OrderBy, Asc, Desc 4. Limit, Top 5. SQL, let you custom SQL 6. Cols, Omit, Distinct 7. Join, GroupBy, Having More usage, please visit http://xorm.io/docs
33 versions
Latest release: over 5 years ago
551 dependent packages

View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/go-xorm/xorm

Dependent Repos 3

betagouv/grafana-scalingo Fork of Scalingo/grafana-scalingo
One click deploy for Grafana

Size: 141 MB - Last synced: 7 days ago - Pushed: almost 7 years ago

pass-culture/pc-monitoring 📦

Size: 176 MB - Last synced: 7 months ago - Pushed: over 3 years ago

betagouv/pc-dashboard 📦

Size: 158 MB - Last synced: 7 days ago - Pushed: over 5 years ago