dbr(gocraft / dbr的叉子)为Go的数据库/ sql提供了附加功能,以实现超快的性能和便捷性。
入门
// create a connection (e.g. "postgres", "mysql", or "sqlite3")
conn , _ := dbr . Open ( "postgres" , "..." )
// create a session for each business unit of execution (e.g. a web request or gow