golang-entgo-ent 0.11.3-4ubuntu1 source package in Ubuntu

Changelog

golang-entgo-ent (0.11.3-4ubuntu1) noble; urgency=medium

  * d/p/0005-0005-force-result-ordering-in-tests.patch: Fix flaky tests
    (LP: #2049502)

 -- Paul Mars <email address hidden>  Tue, 16 Jan 2024 13:52:04 +0100

Upload details

Uploaded by:
Paul Mars
Sponsored by:
Simon Quigley
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-entgo-ent_0.11.3.orig.tar.gz 3.2 MiB 6c857e9bad2fba71edc39e8bc4482131f767da0b419c70b25cab8f3ac3c5088e
golang-entgo-ent_0.11.3-4ubuntu1.debian.tar.xz 7.2 KiB 9ac9ac7d095bb36347c33c793e9d2daa5c7ee683757d1dd1563b7f414d5a6617
golang-entgo-ent_0.11.3-4ubuntu1.dsc 2.8 KiB adf6bff17176ae40d8a6ada86ca5dd37eea40140a2bb8b3180403519ced267e7

View changes file

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.