core
core copied to clipboard
Lightweight & Compitable wrapper of database/sql, move to https://gitea.com/xorm/core
列名支持中横线
我们项目中列名称有一部分使用了中横线 比如 user-name, 目前的版本就不支持了,返回了错误
does xorm support golang big.Rat to mysql decimal? or like json package, provide a interface which user can customize type mapping between mysql and golang?
This package is extremely helpful when you want to simplify sql usage in your app without requiring the fullness of xorm so thank you for writing it. One thing that...
need the method to check whether the database exists!