#1065555 ITP: golang-github-upper-db -- Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features

#1065555#5
Date:
2024-03-06 16:20:20 UTC
From:
To:
* Package name    : golang-github-upper-db
   Version         : 4.6.0-1
   Upstream Author : upper.io
* URL             : https://github.com/upper/db
* License         : MIT License
   Programming Lang: Go
   Description     : Data access layer for PostgreSQL, CockroachDB,
MySQL, SQLite and MongoDB with ORM-like features

  upper/db is a productive data access layer (DAL) for Go
  that provides agnostic tools to work with different data sources, such
as:
   * PostgreSQL (https://upper.io/v4/adapter/postgresql)
   * MySQL (https://upper.io/v4/adapter/mysql)
   * MSSQL (https://upper.io/v4/adapter/mssql)
   * CockroachDB (https://upper.io/v4/adapter/cockroachdb)
   * MongoDB (https://upper.io/v4/adapter/mongo)
   * QL (https://upper.io/v4/adapter/ql)
   * SQLite (https://upper.io/v4/adapter/sqlite)

  This package is a dependency of probe-cli