singlestoredb/singlestoredb-laravel
Official SingleStoreDB driver for Laravel. Wraps Laravel’s MySQL support to improve compatibility and add SingleStore features: Eloquent/migration extensions (columnstore/rowstore, shard/sort keys, etc.), JSON column support, query fixes, and tested across PHP/Laravel versions.
pgsql driver.*"This package lets us run Laravel on SingleStoreDB—combining the familiarity of MySQL with SingleStore’s speed for both transactions and analytics. For example:
*"This driver extends Laravel’s MySQL support to SingleStoreDB, unlocking:
ORDER BY in DELETE).Schema::create('users', function (Blueprint $table) {
$table->id();
$table->string('email')->sortKey(); // SingleStore-specific
$table->json('preferences'); // Native JSON support
});
Tradeoffs:
PDO::MYSQL_ATTR_SSL_CA).
Next steps: Benchmark against current MySQL setup for [critical query X] and validate migration scripts."*How can I help you explore Laravel packages today?