Best of SQLiteNovember 2022

  1. 1
    Article
    Avatar of glcGolang News·4y

    A Golang-based Open Source Backend / Firebase Alternative

    A Golang-based Open Source Backend / Firebase Alternative PocketBase is an open source backend consisting of embedded database (SQLite) with realtime subscriptions, built-in users management, convenient dashboard UI and simple REST-ish API.

  2. 2
    Article
    Avatar of pointerPointer·4y

    rqlite/rqlite: The lightweight, distributed relational database built on SQLite

    Rqlite is an easy-to-use, lightweight, distributed relational database, which uses SQLite as its storage engine. It uses Raft to achieve consensus across all the instances of the SQLite databases, ensuring that every change made to the system is made to $ rqlite 127.0.1:4001.

  3. 3
    Article
    Avatar of pointerPointer·4y

    ddworken/hishtory: Your shell history: synced, queryable, and in context

    Hishtory: Better Shell History hishtory is a better shell history. It stores your shell history in context (what directory you ran the command in, whether it succeeded or failed, how long it took, etc.