golang-entgo-ent 0.11.3-3 source package in Ubuntu

Changelog

golang-entgo-ent (0.11.3-3) unstable; urgency=medium

  * Remove entc/internal from DH_GOLANG_EXCLUDES, so that it gets shipped
    in the package. Without it, entgo.io/ent/entc/internal cannot be found
    by entgo.io/ent/entc/entc.go (as spotted via autopkgtest).
  * Add patch to disable failing internal (snapshot/restore) test:
     - 0002-disable-failing-internal-test.patch

 -- Cyril Brulebois <email address hidden>  Fri, 25 Nov 2022 13:40:28 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-entgo-ent_0.11.3-3.dsc 2.7 KiB 6bdacc9ef0aae7cdae8d2da51fa5015cb6f1009d1ee0335bae41c187e9d26856
golang-entgo-ent_0.11.3.orig.tar.gz 3.2 MiB 6c857e9bad2fba71edc39e8bc4482131f767da0b419c70b25cab8f3ac3c5088e
golang-entgo-ent_0.11.3-3.debian.tar.xz 3.4 KiB e2b646b981c1fe7d6adf7661271b47f75044c29a2f0796f947a415734cd0ce84

Available diffs

No changes file available.

Binary packages built by this source

golang-entgo-ent-dev: entity framework for Go

 The ent package is a simple, yet powerful entity framework for Go,
 that makes it easy to build and maintain applications with large
 data-models.
 .
 Highlights include:
  - Schema As Code - model any database schema as Go objects.
  - Easily Traverse Any Graph - run queries, aggregations and traverse
    any graph structure easily.
  - Statically Typed And Explicit API - 100% statically typed and
    explicit API using code generation.
  - Multi Storage Driver - supports MySQL, PostgreSQL, SQLite and
    Gremlin.
  - Extendable - simple to extend and customize using Go templates.