feat: [#358] add logger for DB #309
Annotations
10 errors
|
Run tests
cannot use &Mysql{} (value of type *Mysql) as "github.com/goravel/framework/contracts/database/driver".Driver value in variable declaration: *Mysql does not implement "github.com/goravel/framework/contracts/database/driver".Driver (missing method Explain)
|
Run tests
undefined: databasegorm.NewLogger
|
Run tests
cannot use &Postgres{} (value of type *Postgres) as "github.com/goravel/framework/contracts/database/driver".Driver value in variable declaration: *Postgres does not implement "github.com/goravel/framework/contracts/database/driver".Driver (missing method Explain)
|
Run tests
undefined: databasegorm.NewLogger
|
Run tests
cannot use &Sqlserver{} (value of type *Sqlserver) as "github.com/goravel/framework/contracts/database/driver".Driver value in variable declaration: *Sqlserver does not implement "github.com/goravel/framework/contracts/database/driver".Driver (missing method Explain)
|
Run tests
undefined: databasegorm.NewLogger
|
Run tests
cannot use &Sqlite{} (value of type *Sqlite) as "github.com/goravel/framework/contracts/database/driver".Driver value in variable declaration: *Sqlite does not implement "github.com/goravel/framework/contracts/database/driver".Driver (missing method Explain)
|
Run tests
undefined: databasegorm.NewLogger
|
Run tests
The operation was canceled.
|
Loading