File: control

package info (click to toggle)
golang-github-go-xorm-xorm 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 892 kB
  • ctags: 641
  • sloc: sh: 5; makefile: 4
file content (37 lines) | stat: -rw-r--r-- 1,370 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: golang-github-go-xorm-xorm
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-github-go-sql-driver-mysql-dev,
               golang-github-go-xorm-core-dev (>=0.5.3),
               golang-github-mattn-go-sqlite3-dev
Standards-Version: 3.9.8
Homepage: https://github.com/go-xorm/xorm
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-go-xorm-xorm.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-go-xorm-xorm.git

Package: golang-github-go-xorm-xorm-dev
Architecture: all
Depends: ${misc:Depends},
         golang-go,
         golang-github-go-sql-driver-mysql-dev,
         golang-github-go-xorm-core-dev (>=0.5.3),
         golang-github-mattn-go-sqlite3-dev
Built-Using: ${misc:Built-Using}
Description: Simple and Powerful ORM for Go, support mysql/sqlite3/postgres/mssql/oracle
 Xorm is a simple and powerful ORM for Go.
 .
 Features:
  - Struct <-> Table Mapping Support
  - Chainable APIs
  - Transaction Support
  - Both ORM and raw SQL operation Support
  - Sync database schema Support
  - Query Cache speed up
  - Database Reverse support
  - Simple cascade loading support
  - Optimistic Locking support