sqlite: A CGo-free port of SQLite/SQLite3

(gitlab.com)

22 points | by tosh 6 hours ago

5 comments

  • jsherer 34 minutes ago
    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!

  • usrnm 8 minutes ago
    The readme really lacks the answer to the "why" question. What's the use case, why should I prefer it over real sqlite?
  • yodon 1 hour ago
    Seems like there are some trademark issues with just calling this SQLite.
    • downrightmike 30 minutes ago
      SQL would have been SEQL if not for trademark issues, the torch is passed
  • ftgffsdddr 20 minutes ago
    Gitlab requires js

    Would you please host it on a different forge, eg codeberg

    • slopinthebag 14 minutes ago
      Codeberg requires html

      Would you please host it on a different forge that doesn't require a web browser?

  • pstuart 1 hour ago
    So is this a handmade port vs the translated port done by modernc?
    • vicek22 56 minutes ago
      modernc is the name of the GitHub fork (identical repo) of the same project. This is machine translated, not hand written.