
The highest tagged major version is
v6.
package
Version:
v2.1.1
Opens a new window with list of versions in this module.
Published: Jun 10, 2019
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package dialect 提供了部分数据库对 orm.Dialect 接口的实现。
Mysql 返回一个适配 mysql 的 Dialect 接口
支持以下 meta 属性
charset 字符集,语法为: charset(utf-8)
engine 使用的引擎,语法为: engine(innodb)
Postgres 返回一个适配 postgresql 的 Dialect 接口
Sqlite3 返回一个适配 sqlite3 的 orm.Dialect 接口
Meta 可以接受以下参数:
rowid 可以是 rowid(false);rowid(true),rowid,其中只有 rowid(false) 等同于 without rowid
Source Files
¶
Click to show internal directories.
Click to hide internal directories.