Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 5
  • Kirby 4

  • Submit a plugin
  • getkirby.com
  • Bruno Meilick Bruno Meilick

    SQLite Cache Driver

    SQLite based Cache‑Driver

    Docs Source

    Manual

    Download and extract the folder to site/plugins/sqlite-cachedriver

    Composer

    Git Submodule

    Sponsor
    Version
    1.4.2
    License
    MIT
    Stars
    2
    Supports
    K5 K4 K3
    Created
    6 Sep 2020
    Updated
    30 Nov 2024

    Info

    Topics
    • Caching
    • Databases
    • Performance
    Implements
    • Cache driver(s)
    Support
    • Docs
    • Issues
    • Email
    Latest releases
    • 1.4.2
    • 1.4.1
    • 1.4.0
    • 1.3.10
    • 1.3.9

    Similar 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) K5 K4 K3
    • Redis Cache Driver Redis based Cache-Driver K5 K4 K3
    • PHP Cache Driver PHP based Cache-Driver K5 K4 K3

    More by Bruno Meilick

    More
    • return [
          'bnomei.robots-txt' => [
              'content' => '...'
          ]
      ];
      Robots.txt Manage the robots.txt from Kirby's config file K5 K4 K3
    • UTM Tracking Automatically track events from URLs with UTM parameters and view statistics about them right in the panel. K5 K4 K3
    • Redis Cache Driver Redis based Cache-Driver K5 K4 K3