Lists (3)
Sort Name ascending (A-Z)
Stars
ANTLR-based PostgreSQL query parser for Go. Extracts tables, columns, joins, CTEs, parameters, DDL actions, and full column-usage metadata from SQL into a structured IR.
gosafedate provides a tiny, dependency-free, trust-preserving way for your Go apps to update themselves safely
Go package for dealing with maps, slices, JSON and other data.
A Go library to apply RFC6902 patches and create and apply RFC7386 patches
A Golang implemented Redis Server and Cluster. Go 语言实现的 Redis 服务器和分布式集群
FreeBASIC is a completely free, open-source, multi-platform BASIC compiler, with syntax similar to MS-QuickBASIC, that adds new features such as pointers, object orientation, unsigned data types, i…
A stream processing API for Go (now with generic type support)
Safe number conversion in Go: address gosec G115 and cwe-190 Integer Overflow or Wraparound
Fork of go/x/crypto, providing an up-to-date OpenPGP implementation
Privacy Preferences Policy Control (PPPC) Utility
A Golang library that transforms any net.Conn or io.ReadWriter stream to an encrypted and/or authenticated stream
goRBAC provides a lightweight role-based access control (RBAC) implementation in Golang.
smallnest / kvbench
Forked from tidwall/kvbenchServer for benchmarking pure Go key/value databases
Pikiwidb is a Redis-Compatible database developed by Qihoo's infrastructure team.
A high performance NoSQL Database Server powered by Go
This library allows you to efficiently compose an IEnumerable<T> in your Entity Framework Core queries when using the SQL Server database provider.
Design-first Go framework that generates API code, documentation, and clients. Define once in an elegant DSL, deploy as HTTP and gRPC services with zero drift between code and docs.
A Go package for media type and file extension detection, based on magic numbers