You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,12 @@
2
2
3
3
[](https://packagist.org/packages/singlestoredb/singlestoredb-laravel)[](https://packagist.org/packages/singlestoredb/singlestoredb-laravel)[](https://packagist.org/packages/singlestoredb/singlestoredb-laravel)[](https://packagist.org/packages/singlestoredb/singlestoredb-laravel)[](https://github.com/singlestore-labs/singlestoredb-laravel-driver/actions)
4
4
5
-
This repository contains a SingleStore Driver for Laravel.
5
+
This repository contains the official SingleStoreDB Driver for Laravel. This driver wraps the official MySQL support in Laravel in order to make it work nicer with SingleStoreDB. Specifically, this driver provides the following advantages over vanilla Laravel MySQL support:
6
6
7
-
This package is currently in a pre-release beta, please use with caution and open any issues that you run into.
7
+
- Extensions to Eloquent allowing specific SingleStoreDB features to be specified through the Eloquent api. See [Migrations](#migrations) for supported features.
8
+
- Integration tested against SingleStoreDB across a matrix of PHP and Laravel versions.
9
+
10
+
## TOC <!-- omit in toc -->
8
11
9
12
-[Install](#install)
10
13
-[Usage](#usage)
@@ -448,4 +451,4 @@ IF YOU OR YOUR COMPANY DO NOT AGREE TO THESE TERMS AND CONDITIONS, DO NOT CHECK
0 commit comments