Using Sqlite at my own server for social app?

This page summarizes the projects mentioned and recommended in the original post on /r/sqlite

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • rest

    Rest serves a fully RESTful API from any SQL database (by rest-go)

  • If you're looking for something simpler to just access SQLite content for web development, check out Rest. If you get the command-line version, you can type something like rest -p 3000 -db.url "sqlite://chat_data.db3" and your tables are conveniently available at localhost:3000/$tablename, with full support for insert, update, delete as well. Rest is a convenient tool that I keep in the same folder with sqlite3.

  • pocketbase

    Open Source realtime backend in 1 file

  • Hi, I know I'm late but I can't miss the opportunity to plug PocketBase! It's a lightweight backend server based on SQLite that runs from a single .exe, turns your SQLite database into a secure API with users and access controls, and gives you 90% of what you need for your chat app out of the box. You can develop it locally and, whenever you're ready, you can push the whole thing to the cloud yourself, or find a place to host your PB server.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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