Merge commit '459bfeb34ad0a458a9618a4c7bcb1710db80a909' into ja

This commit is contained in:
Shin Kojima
2015-01-04 00:33:46 +09:00

View File

@@ -45,7 +45,7 @@ Then you need to open a database connection and create a beedb object (MySQL in
}
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: