The Sqlite driver for facades.Orm() of Goravel.
| goravel/sqlite | goravel/framework |
|---|---|
| v1.4.* | v1.16.* |
Run the command below in your project to install the package automatically:
./artisan package:install github.com/goravel/sqliteOr check the setup file to install the package manually.
Run command below to run test:
go test ./...