Registry / database / ipfs-go-ds-sql

ipfs-go-ds-sql

JSON →
library0.3.2gogounverified

go-ds-sql implements IPFS datastore interfaces backed by SQL databases.

go get github.com/ipfs/go-ds-sql
INSTALL
IMPORT
SIG · IPFS-GO-DS-SQL
I
ipfs-go-ds-sql
databasegov0.3.2
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.

ds_sql
github.com/ipfs/go-ds-sql

Create and use an SQL-backed IPFS datastore.

package main import ( "context" "github.com/ipfs/go-ds-sql" "github.com/ipfs/go-datastore" ) func main() { ds := ds_sql.NewDatastore("sqlite3", ":memory:") ctx := context.Background() ds.Put(ctx, datastore.NewKey("key"), []byte("value")) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
ipfs-go-ds-sql — go get ipfs-go-ds-sql · libregistry