sqinn

SQLite over stdin/stdout (by cvilsmeier)

Sqinn Alternatives

Similar projects and alternatives to sqinn

  1. fyne

    160 sqinn VS fyne

    Cross platform GUI toolkit in Go inspired by Material Design

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. wazero

    57 sqinn VS wazero

    wazero: the zero dependency WebAssembly runtime for Go developers

  4. go-sqlite3

    Go bindings to SQLite using wazero (by ncruces)

  5. go-sqlite3

    sqlite3 driver for go using database/sql

  6. libsql

    35 sqinn VS libsql

    libSQL is a fork of SQLite that is both Open Source, and Open Contributions.

  7. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  8. go-sqlite

    Low-level Go interface to SQLite 3

  9. sqlite

    work in progress (by tailscale)

  10. Sqinn-Go

    Golang SQLite without cgo

  11. gosqlite

    SQLite driver for the Go programming language

  12. homebrew-musl-cross

    Homebrew Formula for static-friendly musl-based GCC macOS-to-Linux cross-compilers

  13. xgo

    2 sqinn VS xgo

    Go CGO cross compiler (by techknowlogick)

  14. sqlite

    Go SQLite3 driver (by crawshaw)

  15. drydock

    Experiment in unit testing with PostgreSQL using Docker

  16. sqlnotebook

    SQL Notebook — Casual data exploration in SQL

  17. go-sqlite-bench

    Benchmarks for Golang SQLite Drivers

  18. c2go

    2 sqinn VS c2go

    Discontinued Convert C to Go (by goplus)

  19. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better sqinn alternative or higher similarity.

sqinn discussion

Log in or Post with

sqinn reviews and mentions

Posts with mentions or reviews of sqinn. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-14.
  • Show HN: My Go SQLite driver did poorly on a benchmark, so I fixed it
    11 projects | news.ycombinator.com | 14 Dec 2023
    First part of the README that hasn't changed in 2 months:

    > Sqinn-Go is a Go (Golang) library for accessing SQLite databases without cgo. It uses Sqinn https://github.com/cvilsmeier/sqinn under the hood. It starts Sqinn as a child process (os/exec) and communicates with Sqinn over stdin/stdout/stderr. The Sqinn child process then does the SQLite work.

    > If you want SQLite but do not want cgo, Sqinn-Go can be a solution.

    This seems pretty clear to me about what's happening. It makes an OS call to a third-party executable (sqinn), pipes the result from stdout back into the Go code. The advantage is you don't have to compile the C code alongside your Go code.

    Honestly, I don't really know how much more clear the author could be. I guess if you don't know what stdin, stdout, and stderr are it might be confusing? It's hard to imagine that a programmer who is interested in this library isn't familiar with those concepts though.

  • Show HN: Sqinn-Go is a Golang library for accessing SQLite databases in pure Go
    14 projects | news.ycombinator.com | 4 Oct 2023
  • SQLite in Go, with and Without Cgo
    16 projects | news.ycombinator.com | 13 May 2022
    I've not used it, but sqinn is one sqlite server meant specifically to be used by languages without c calling conventions:

    https://github.com/cvilsmeier/sqinn

  • SQLite in Go, with and without cgo
    10 projects | /r/golang | 12 May 2022
    The latest supported version is 3.38.3: https://github.com/cvilsmeier/sqinn/releases/tag/v1.1.15
  • A note from our sponsor - Stream
    getstream.io | 19 Jul 2025
    Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure. Learn more →

Stats

Basic sqinn repo stats
4
88
5.5
9 days ago

cvilsmeier/sqinn is an open source project licensed under The Unlicense which is an OSI approved license.

The primary programming language of sqinn is C.


Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that C is
the 6th most popular programming language
based on number of references?