Skip to content

Usage of the library #15

Answered by ncruces
torabian asked this question in Q&A
Discussion options

You must be logged in to vote

No, the goal is not browser use.

For browser use, I suspect using github.com/mattn/go-sqlite3 or crawshaw.io/sqlite with tinygo might be easier.

The goal is approximately the same as modernc.org/sqlite: SQLite bindings without cgo, and figure out if using Wasm is better (maintainability, safety, performance) that writing an entire C-to-Go compiler to do it.

So far: maintainability and memory safety are likely improvements; performance no, for various reasons.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ncruces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #14 on May 27, 2023 22:01.