1.Sqlite
2.PostgreSql
3.MySql
如果要使用其中的数据库必须要把对应的drive(go语言对于的数据库引擎)加入到import中:
import (
_ "github.com/go-sql-driver/mysql"
_ "github.com/lib/pq"
_ "github.com/mattn/go-sqlite3"
PostgreSQL有pldbgapi扩展,先安装此扩展。 首先,需要将debug的模组载入到PostgreSQL服务器中去。做法是: 在pgAdminIII中以管理员登录,然后选择菜单“工具->服务器配置->postgresql.conf”欢迎分享,转载请注明来源:内存溢出
评论列表(0条)