sqlite-vec/site/using/go.md
2024-07-14 13:47:41 -07:00

480 B

Using sqlite-vec in Go

There are two ways you can embed sqlite-vec into Go applications: a CGO option for libraries like github.com/mattn/go-sqlite3, or a WASM-based option with github.com/ncruces/go-sqlite3.

Option 1: CGO

go get -u github.com/asg017/sqlite-vec/bindings/go/cgo

Option 2: WASM based with ncruces/go-sqlite3

go

Working with vectors in Go