hack-pad / go-indexeddb

An IndexedDB driver for Go code compiled to WebAssembly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-indexeddb Go Reference CI Coverage Status

An IndexedDB driver with bindings for Go code compiled to WebAssembly.

Package idb is a low-level Go driver that provides type-safe bindings to IndexedDB in Wasm programs. The primary focus is to align with the IndexedDB spec, followed by ease of use.

To get started, get the global indexedDB instance with idb.Global(). See the reference for examples and full documentation.

go get github.com/hack-pad/go-indexeddb@latest
import "github.com/hack-pad/go-indexeddb/idb"

About

An IndexedDB driver for Go code compiled to WebAssembly.

License:Apache License 2.0


Languages

Language:Go 99.1%Language:Makefile 0.8%Language:Shell 0.1%