#1 cockroach
CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
Health score 52/100, confidence 55/100.
| Latest version | v0.15.1 |
| Imported by | 0 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 3 months ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| DBProvider | Type | type DBProvider interface{ ... } |
| DBProvider.DB | Method | DB func() *bun.DB |
| DatabaseErrorMapper | Type | type DatabaseErrorMapper func(error) error |
| GetDatabaseErrorMappers | Function | func GetDatabaseErrorMappers(driver string) []DatabaseErrorMapper |
| DefaultListPaginationConfigurer | Type | type DefaultListPaginationConfigurer interface{ ... } |
| DefaultListPaginationConfigurer.SetDefaultListPagination | Method | SetDefaultListPagination func(limit, offset int) |
| DeleteCriteria | Type | type DeleteCriteria func(*bun.DeleteQuery) *bun.DeleteQuery |
| DeleteBy | Function | func DeleteBy(column, operator, value string) DeleteCriteria |
| DeleteByID | Function | func DeleteByID(id string) DeleteCriteria |
| DeleteByIDs | Function | func DeleteByIDs(ids []string) DeleteCriteria |
| DeleteByTimetz | Function | func DeleteByTimetz(column, operator string, value time.Time) DeleteCriteria |
| DeleteColumnIn | Function | func DeleteColumnIn[T any](column string, values []T) DeleteCriteria |
CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
Package sqlx provides general purpose extensions to database/sql.
Developer-friendly ORM library for Go.
Package manifestor provides shared types for HLS and DASH manifest processing.
Aerospike client in Go language.