Registry / database / smallstep-nosql

smallstep-nosql

JSON →
library0.8.0gogounverified

A unified interface for multiple NoSQL databases (e.g., BoltDB, Badger, Redis) with a simple key-value API.

go get github.com/smallstep/nosql
INSTALL
IMPORT
SIG · SMALLSTEP-NOSQL
S
smallstep-nosql
databasegov0.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

nosql
github.com/smallstep/nosql

Open a BoltDB database using the nosql interface.

package main import ( "github.com/smallstep/nosql" "github.com/smallstep/nosql/database" ) func main() { db, _ := nosql.New(database.BoltDB, "/tmp/test.db") defer db.Close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Meta
2
Amazon
1
Resources
smallstep-nosql — go get smallstep-nosql · libregistry