A CGo-free port of SQLite/SQLite3
gitlab.com
A CGo-free port of SQLite/SQLite3
1–10 of 39 posts
Re: A CGo-free port of SQLite/SQLite3
#2So is this a handmade port vs the translated port done by modernc?
Re: A CGo-free port of SQLite/SQLite3
#3Seems like there are some trademark issues with just calling this SQLite.
Re: A CGo-free port of SQLite/SQLite3
#4So is this a handmade port vs the translated port done by modernc?
modernc is the name of the GitHub fork (identical repo) of the same project. This is machine translated, not hand written.
Re: A CGo-free port of SQLite/SQLite3
#5I was confused a few weeks ago. Check out the go pkg: https://pkg.go.dev/modernc.org/sqlite
1. gitlab.com/cznic/sqlite is the primary repo
2. github.com/cznic/sqlite was the github mirror but it moved
3. github.com/mordernc-org/sqlite is the read-only mirror of the primary repo
Cheers!
Re: A CGo-free port of SQLite/SQLite3
#6Seems like there are some trademark issues with just calling this SQLite.
SQL would have been SEQL if not for trademark issues, the torch is passed
Re: A CGo-free port of SQLite/SQLite3
#7[flagged]
Re: A CGo-free port of SQLite/SQLite3
#8[flagged]
[flagged]
Re: A CGo-free port of SQLite/SQLite3
#9The readme really lacks the answer to the "why" question. What's the use case, why should I prefer it over real sqlite?
Re: A CGo-free port of SQLite/SQLite3
#10The readme really lacks the answer to the "why" question. What's the use case, why should I prefer it over real sqlite?
Because it's cgo-free maybe?