go-indexeddb

module
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2023 License: Apache-2.0

README

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"

Directories

Path Synopsis
idb
Package idb is a low-level driver that provides type-safe bindings to IndexedDB in Wasm programs.
Package idb is a low-level driver that provides type-safe bindings to IndexedDB in Wasm programs.
internal/assert
Package assert contains small assertion test functions to assist in writing clean tests.
Package assert contains small assertion test functions to assist in writing clean tests.
internal/jscache
Package jscache caches expensive JavaScript results, like string encoding
Package jscache caches expensive JavaScript results, like string encoding

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL