Merge pull request #404 from s7v7nislands/typo
fix type: opject -> object
This commit is contained in:
@@ -45,7 +45,7 @@ Then you need to open a database connection and create a beedb object (MySQL in
|
|||||||
}
|
}
|
||||||
orm := beedb.New(db)
|
orm := beedb.New(db)
|
||||||
|
|
||||||
`beedb.New()` actually has two arguments. The first is the the database opject, and the second is for indicating which database engine you're using. If you're using MySQL/SQLite, you can just skip the second argument.
|
`beedb.New()` actually has two arguments. The first is the the database object, and the second is for indicating which database engine you're using. If you're using MySQL/SQLite, you can just skip the second argument.
|
||||||
|
|
||||||
Otherwise, this argument must be supplied. For instance, in the case of SQLServer:
|
Otherwise, this argument must be supplied. For instance, in the case of SQLServer:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user