File: control

package info (click to toggle)
golang-github-jinzhu-gorm 1.9.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 660 kB
  • sloc: sh: 4; makefile: 2
file content (56 lines) | stat: -rw-r--r-- 2,175 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: golang-github-jinzhu-gorm
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>,
           Michael Stapelberg <stapelberg@debian.org>,
           Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-github-denisenkom-go-mssqldb-dev,
               golang-github-erikstmartin-go-testdb-dev,
               golang-github-go-sql-driver-mysql-dev,
               golang-github-jinzhu-now-dev,
               golang-github-mattn-go-sqlite3-dev,
	       golang-github-jinzhu-inflection-dev,
               golang-go,
               golang-pq-dev | golang-github-lib-pq-dev
Standards-Version: 4.1.3
Homepage: https://github.com/jinzhu/gorm
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jinzhu-gorm
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jinzhu-gorm.git
XS-Go-Import-Path: github.com/jinzhu/gorm

Package: golang-github-jinzhu-gorm-dev
Architecture: all
Depends: golang-pq-dev | golang-github-lib-pq-dev,
         golang-github-denisenkom-go-mssqldb-dev,
         golang-github-erikstmartin-go-testdb-dev,
         golang-github-go-sql-driver-mysql-dev,
         golang-github-jinzhu-now-dev,
         golang-github-mattn-go-sqlite3-dev,
	 golang-github-jinzhu-inflection-dev,
         ${misc:Depends},
         ${shlibs:Depends}
Description: ORM library for Golang
 The fantastic ORM library for Golang, aims to be developer friendly.
 .
 Overview
 .
   * Full-Featured ORM (almost)
   * Chainable API
   * Auto Migrations
   * Relations (Has One, Has Many, Belongs To, Many To Many, Polymorphism)
   * Callbacks (Before/After Create/Save/Update/Delete/Find)
   * Preloading (eager loading)
   * Transactions
   * Embed Anonymous Struct
   * Soft Deletes
   * Customizable Logger
   * Iteration Support via Rows
   * Every feature comes with tests
   * Developer Friendly
 .
 go doc format documentation for this project can be viewed online without
 installing the package by using the GoDoc page at:
 http://godoc.org/github.com/jinzhu/gorm