Skip to content

goravel/sqlserver

Repository files navigation

Sqlserver

The Sqlserver driver for facades.Orm() of Goravel.

Version

goravel/sqlserver goravel/framework
v1.4.* v1.16.*

Install

Run the command below in your project to install the package automatically:

./artisan package:install github.com/goravel/sqlserver

Or check the setup file to install the package manually.

Schema

If you want to specify a schema, you can add the schema in the TableName function of the model.

func (r *User) TableName() string {
  return "goravel.users"
}

Testing

Run command below to run test:

go test ./...

About

The Sqlserver driver for facades.Orm() of Goravel.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages