golang-sql / sqlexpLinks
Experimental golang database/sql
☆19Updated 3 years ago
Alternatives and similar repositories for sqlexp
Users that are interested in sqlexp are comparing it to the libraries listed below
Sorting:
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆69Updated last year
- Clock is a small library for mocking time in Go.☆19Updated 8 years ago
- Fixed-precision decimal numbers based on IEEE 754 decimal64☆43Updated 2 months ago
- Barebones subcommand handling☆64Updated 6 years ago
- strftime/strptime for Go☆18Updated 3 weeks ago
- Go Timer implementation with a fixed Reset behavior☆33Updated last year
- A complete solution for static files in Go code☆129Updated last year
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 9 years ago
- Go templates invoked as functions☆155Updated 4 years ago
- ☆99Updated 10 months ago
- Collection of mostly unrelated helper Go packages.☆34Updated 2 years ago
- Create graphics with a hand-drawn, sketchy, appearance. Based on Rough.js☆31Updated last year
- Implements a deep pretty printer for Go data structures to ease data snapshot creation☆91Updated last year
- errs is a package for making errors friendly and easy☆53Updated last year
- A simple cache meant to hold a small number of values☆30Updated 7 years ago
- A golang map in which entries expire after given a time period☆58Updated last year
- JSON schema support for Go programs☆64Updated last week
- Collection of Go packages for working with the http.FileSystem interface.☆62Updated last year
- Simple expression evaluation engine for Go☆72Updated 4 years ago
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 5 years ago
- Go's concurrency patterns as generic library to use.☆37Updated 3 years ago
- Expression evaluator for Go☆77Updated 7 months ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Storing strings without GC overhead