Remix.run Logo
sqlite: A CGo-free port of SQLite/SQLite3(gitlab.com)
20 points by tosh 6 hours ago | 5 comments
jsherer 13 minutes ago | parent | next [-]

I 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!

yodon an hour ago | parent | prev | next [-]

Seems like there are some trademark issues with just calling this SQLite.

downrightmike 9 minutes ago | parent [-]

SQL would have been SEQL if not for trademark issues, the torch is passed

pstuart an hour ago | parent | prev [-]

So is this a handmade port vs the translated port done by modernc?

vicek22 36 minutes ago | parent [-]

modernc is the name of the GitHub fork (identical repo) of the same project. This is machine translated, not hand written.