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
Awesome 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
Robin 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.