Best of SQLiteJanuary 2024

  1. 1
    Article
    Avatar of lnLaravel News·2y

    Access your database right inside VS Code!

    DevDb is a lightweight VS Code extension that provides a database GUI client and displays the data and schema details directly in the editor. It supports SQLite, MySQL, and PostgreSQL, including a zero-config option for easy setup.

  2. 2
    Article
    Avatar of supabaseSupabase·2y

    The Open Source Firebase Alternative

    FerretDB is an open source document database that adds MongoDB compatibility to other database backends like Postgres and SQLite. This post explains how to run FerretDB locally via Docker, test it with mongosh, and deploy it on Fly.io for production.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    The Tiny Stack (Astro, SQLite, Litestream)

    Explore the concept of the Tiny Stack, a simple yet powerful stack for building web applications. Learn about Astro, SQLite, and Litestream, the core components of this stack.

  4. 4
    Article
    Avatar of medium_jsMedium·2y

    A PocketBase backend for Flutter and Dart

    The post provides a step-by-step tutorial for connecting a Flutter app to PocketBase, an open source Backend as a Service (BaaS). It highlights the features of PocketBase, such as user authentication, SQLite database, realtime updates, and file storage. The tutorial covers signing up a new user, signing in, refreshing the access token, signing out, creating a new collection, performing CRUD operations, and includes a few thoughts and limitations of using PocketBase.