Go and SQLite in the Cloud

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. rqlite

    The lightweight, user-friendly, distributed relational database built on SQLite.

    Once you need to graduate from one large server (which will take you a long way in many cases), there are tools like [rqlite](https://github.com/rqlite/rqlite) that can handle clustering. With WAL mode enabled, SQLite can handle a surprising amount of traffic that would fit a lot of use cases.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. datasette

    An open source multi-tool for exploring and publishing data

    A long way off from PostgREST, but you might be able to hack together something sort of similar with Datasette [0] and the new JSON api. Not out of the box at all, but the potential is there to get a similar product.

    [0]: https://datasette.io/

  4. postlite

    Discontinued Postgres wire compatible SQLite proxy.

    I've not use this myself, but Ben Johnson's https://github.com/benbjohnson/postlite in front of SQlite might allow you to use PostgREST? I recall him saying on a podcast that his goal was to be able to point the large ecosystem of PG tools at SQlite.

  5. sqlc

    Generate type-safe code from SQL

    Not exactly what you want, but I've been using https://sqlc.dev to generate hydration code from SQL queries and loving it!

  6. marmot

    A distributed SQLite replicator built on top of NATS

    Hey, I am author of Marmot (https://github.com/maxpert/marmot) would love to get in touch and explore a few things with you. I’ve been using Marmot in production in a while scaling couple of services, and since you mentioned LiteFS I would love to pick your brain, and explore couple of ideas with you. Multiple ways to get in touch including Github discussions or discord channel. Hope to see you around!

  7. showcase

    REST api for your database (PostgreSQL/Sqlite/ClickHouse/MySQL).

    Yes there is but not FOSS

    https://github.com/subzerocloud/showcase/tree/main/flyio-sql...

  8. go-sqlite-bench

    Benchmarking Go + SQLite (by kalafut)

    Finally got around to this: https://github.com/kalafut/go-sqlite-bench

  9. 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 more popular project.

Suggest a related project

Related posts

  • How to handle migrations in Golang

    5 projects | dev.to | 11 Jun 2024
  • Show HN: Sqlbind a Python library to compose raw SQL

    7 projects | news.ycombinator.com | 26 Feb 2024
  • How do you handle migrations ?

    6 projects | /r/golang | 15 Apr 2023
  • Ask HN: What is your distributed and fault-tolerant PostgreSQL setup?

    2 projects | news.ycombinator.com | 26 Dec 2022
  • Working with more than 10gb csv

    3 projects | /r/datascience | 5 Oct 2022

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