sqlnotebook

SQL Notebook — Casual data exploration in SQL (by brianluft)

Sqlnotebook Alternatives

Similar projects and alternatives to sqlnotebook

  1. 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
  2. wazero

    wazero: the zero dependency WebAssembly runtime for Go developers

  3. go-sqlite3

    Go bindings to SQLite using wazero (by ncruces)

  4. libsql

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

  5. Sqinn-Go

    Golang SQLite without cgo

  6. sqinn

    SQLite over stdin/stdout

  7. go-sqlite-bench

    Discontinued Benchmarks for Golang SQLite Drivers (by ncruces)

  8. 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better sqlnotebook alternative or higher similarity.

sqlnotebook discussion

Log in or Post with

sqlnotebook reviews and mentions

Posts with mentions or reviews of sqlnotebook. 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
    The meat of the P/Invoke code is in here: https://github.com/electroly/sqlnotebook/tree/master/src/Sql...

    The parent directory includes code that uses it. I'm most proud of this SQLite virtual table module that proxies queries to remote ADO.NET connections, allowing you to write joins directly between local SQLite tables and remote SQL Server tables. https://github.com/electroly/sqlnotebook/blob/master/src/Sql...

    I've also got a generic virtual table module that lets me easily write table-valued functions in C#: https://github.com/electroly/sqlnotebook/blob/master/src/Sql...

    The goal is to provide various "supercharged" features to base SQLite by taking advantage of all the extension points I can. I wish some went further; in particular the virtual table API doesn't "push down" enough of the original query to allow the module to avoid doing O(N+1) queries in some cases.

Stats

Basic sqlnotebook repo stats
1
610
9.1
about 1 month ago

brianluft/sqlnotebook is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of sqlnotebook is C#.


Sponsored
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.
getstream.io

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