File: control

package info (click to toggle)
golang-github-pocketbase-dbx 1.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 336 kB
  • sloc: sql: 62; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,028 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
Source: golang-github-pocketbase-dbx
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-go-sql-driver-mysql-dev,
 golang-github-stretchr-testify-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/pocketbase/dbx
Vcs-Browser: https://forgejo.debian.net/golang/golang-github-pocketbase-dbx
Vcs-Git: https://forgejo.debian.net/golang/golang-github-pocketbase-dbx
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/pocketbase/dbx

Package: golang-github-pocketbase-dbx-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-go-sql-driver-mysql-dev,
 golang-github-stretchr-testify-dev,
 ${misc:Depends},
Description: data retrieval and query building for database/sql (Go library)
 pocketbase-dbx is a Go library that enhances the standard database/sql package
 by providing powerful data retrieval methods as well as DB-agnostic query
 building capabilities.