OPEN SOURCE, OPEN TO EVERYONE

Open source. Open possibilities.

Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.

Human-curated · Discover open source4098discovered

A little curiosity. A world of open source.

THE FIRST COLLECTION
Topic: golang清除
gormgo-gorm
ADDED

GORM is a full-featured ORM library for Go, offering associations, hooks, eager loading, transactions, auto migrations, and an extensible plugin API for developer-friendly database access.

Developer toolsData & databasesBackend & APIs
bunuptrace
ADDED

Bun is a lightweight, SQL-first ORM for Go that supports PostgreSQL, MySQL, SQLite, MSSQL, and Oracle. It emphasizes type safety, flexible scanning, and complex query building while staying close to raw SQL.

Developer toolsData & databasesBackend & APIs
migrategolang-migrate
ADDED

A Go-based database migration tool available as both a CLI and a library. It reads migrations from various sources and applies them in order to many supported databases, with lightweight drivers and graceful stop support.

Developer toolsData & databasesBackend & APIs
pgwebsosedoff
ADDED

Pgweb is a cross-platform, web-based PostgreSQL database explorer. It supports SSH tunnels, multiple database sessions, SQL queries, query history, and CSV, JSON, or XML data export.

Data & databasesDeveloper toolsRelational databases
chaossqlbregaldahq
ADDED

ChaosSQL is a deterministic concurrency and isolation fuzzer for PostgreSQL, MySQL and SQLite. It schedules concurrent transactions, detects invariant violations such as lost updates and write skew, shrinks failures to minimal reproductions, and can guard CI pipelines against regressions.

Developer toolsData & databasesTesting & debugging