sqlite-driver-wasm

module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2026 License: Apache-2.0

README

sqlite-driver-wasm

golang sql driver for sqlite wasm

TO DO

How to use


import(
	_ "github.com/insensatestone/sqlite-driver-wasm/pkg/driver/sqlite3"
)

func main() {
    db, err := sql.Open("sqlite3_wasm", path)
    if err != nil {
        return nil, err
    }
    defer db.close()
    ......
}

Directories

Path Synopsis
internal
pkg

Jump to

Keyboard shortcuts

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