Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 721 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 721 Bytes

go-indexeddb Go Reference CI

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.