Databases Featured use Beebmx\KirbyDB\DB; DB::table('users')->get(); Fernando Gutiérrez Illuminate Database Use Laravel's illuminate/database package in Kirby Kirby 4 plugins Khulan - Kirby MongoDB Khulan is a cache driver and content cache with NoSQL interface for Kirby using MongoDB. K4 <?= $page->counterImage() ?> Pageview Counter Track Page view count and last visited timestamp K4 K3 SQLite Cache Driver SQLite based Cache-Driver K4 K3 MySQL Cache Driver MySQL based Cache-Driver K4 K3 Kirby 3 plugins class MigrationTest extends Migration { public function up() { $result = Db::query( 'ALTER TABLE `my_table` ADD COLUMN `test` INT DEFAULT NULL; '); if (!$result) throw Db::lastError(); } } Migrations Migrations management (eg. for Databases) K3 Related topics Analytics Caching Performance Search Templating Devtools