Databases Featured use Beebmx\KirbyDB\DB; DB::table('users')->get(); Fernando Gutiérrez Illuminate Database Use Laravel's illuminate/database package in Kirby All plugins Khulan - Kirby MongoDB Khulan is a cache driver and content cache with NoSQL interface for Kirby using MongoDB. K5 K4 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 MySQL Cache Driver MySQL based Cache-Driver K5 K4 K3 SQLite Cache Driver SQLite based Cache-Driver K5 K4 K3 <?= $page->counterImage() ?> Pageview Counter Track Page view count and last visited timestamp K5 K4 K3