Best of SQLiteMarch 2024

  1. 1
    Article
    Avatar of laravelLaravel·2y

    Laravel 11 Now Available

    Laravel 11 introduces a minimal application structure, Laravel Reverb provides real-time WebSocket communication, and new Laravel applications use SQLite as the default database.

  2. 2
    Article
    Avatar of awegoAwesome Go·2y

    goqite

    goqite is a persistent message queue Go library built on SQLite and inspired by AWS SQS. It is a simple and efficient way to send and receive messages.

  3. 3
    Article
    Avatar of robinwieruchRobin Wieruch·2y

    Next.js with Prisma and SQLite

    Learn how to set up a Next.js application with Prisma and SQLite, including initializing Prisma, creating migrations, using the Prisma Client instance to read from the database, and more.