Skip to content

An IndexedDB driver for Go code compiled to WebAssembly.

License

Notifications You must be signed in to change notification settings

mlctrez/go-indexeddb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An IndexedDB driver for Go code compiled to WebAssembly.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.3%
  • Makefile 0.7%