René's URL Explorer Experiment


Title: sqlite package - github.com/glebarez/sqlite - Go Packages

direct link

Domain: pkg.go.dev

NoneIE=edge

Links:

https://go.dev/
Skip to Main Content https://pkg.go.dev/github.com/glebarez/sqlite#main-content
Why Go https://pkg.go.dev/github.com/glebarez/sqlite
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/github.com/glebarez/sqlite
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
API https://pkg.go.dev/api
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/github.com/glebarez/sqlite
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
https://go.dev/
Why Go https://pkg.go.dev/github.com/glebarez/sqlite
Why Go https://pkg.go.dev/github.com/glebarez/sqlite
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/github.com/glebarez/sqlite
Docs https://pkg.go.dev/github.com/glebarez/sqlite
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
API https://pkg.go.dev/api
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/github.com/glebarez/sqlite
Community https://pkg.go.dev/github.com/glebarez/sqlite
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
Discover Packageshttps://pkg.go.dev/
github.com/glebarez/sqlite https://pkg.go.dev/github.com/glebarez/sqlite@v1.11.0
https://go.dev/
Version: v1.11.0 https://pkg.go.dev/github.com/glebarez/sqlite?tab=versions
Go to latest https://pkg.go.dev/github.com/glebarez/sqlite
MIThttps://pkg.go.dev/github.com/glebarez/sqlite?tab=licenses
Imports: 15 https://pkg.go.dev/github.com/glebarez/sqlite?tab=imports
Imported by: 1,153 https://pkg.go.dev/github.com/glebarez/sqlite?tab=importedby
go.modhttps://github.com/glebarez/sqlite/tree/v1.11.0/go.mod
Learn more about best practiceshttps://pkg.go.dev/about#best-practices
github.com/glebarez/sqlite https://github.com/glebarez/sqlite
Open Source Insights https://deps.dev/go/github.com%2Fglebarez%2Fsqlite/v1.11.0
Code Wiki https://pkg.go.dev/codewiki?module=github.com%2Fglebarez%2Fsqlite&package=github.com%2Fglebarez%2Fsqlite&url=https%3A%2F%2Fcodewiki.google%2Fgithub.com%2Fglebarez%2Fsqlite%3Futm_source%3Dfirst_party_link%26utm_medium%3Dgo_pkg_web%26utm_campaign%3Dgithub.com%2Fglebarez%2Fsqlite
README https://pkg.go.dev/github.com/glebarez/sqlite#section-readme
Pure-Go SQLite driver for GORM https://pkg.go.dev/github.com/glebarez/sqlite#readme-pure-go-sqlite-driver-for-gorm
Usage https://pkg.go.dev/github.com/glebarez/sqlite#readme-usage
In-memory DB example https://pkg.go.dev/github.com/glebarez/sqlite#readme-in-memory-db-example
Foreign-key constraint activation https://pkg.go.dev/github.com/glebarez/sqlite#readme-foreign-key-constraint-activation
FAQ https://pkg.go.dev/github.com/glebarez/sqlite#readme-faq
How is this better than standard GORM SQLite driver? https://pkg.go.dev/github.com/glebarez/sqlite#readme-how-is-this-better-than-standard-gorm-sqlite-driver
Is this tested good ? https://pkg.go.dev/github.com/glebarez/sqlite#readme-is-this-tested-good
Is it fast? https://pkg.go.dev/github.com/glebarez/sqlite#readme-is-it-fast
Included features https://pkg.go.dev/github.com/glebarez/sqlite#readme-included-features
Documentation https://pkg.go.dev/github.com/glebarez/sqlite#section-documentation
Index https://pkg.go.dev/github.com/glebarez/sqlite#pkg-index
Constants https://pkg.go.dev/github.com/glebarez/sqlite#pkg-constants
Variables https://pkg.go.dev/github.com/glebarez/sqlite#pkg-variables
Functions https://pkg.go.dev/github.com/glebarez/sqlite#pkg-functions
Open(dsn) https://pkg.go.dev/github.com/glebarez/sqlite#Open
Types https://pkg.go.dev/github.com/glebarez/sqlite#pkg-types
type Dialector https://pkg.go.dev/github.com/glebarez/sqlite#Dialector
(dialector) BindVarTo(writer, stmt, v) https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.BindVarTo
(dialector) ClauseBuilders() https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.ClauseBuilders
(dialector) DataTypeOf(field) https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.DataTypeOf
(dialector) DefaultValueOf(field) https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.DefaultValueOf
(dialector) Explain(sql, vars) https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.Explain
(dialector) Initialize(db) https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.Initialize
(dialector) Migrator(db) https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.Migrator
(dialector) Name() https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.Name
(dialector) QuoteTo(writer, str) https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.QuoteTo
(dialectopr) RollbackTo(tx, name) https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.RollbackTo
(dialectopr) SavePoint(tx, name) https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.SavePoint
(dialector) Translate(err) https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.Translate
type Index https://pkg.go.dev/github.com/glebarez/sqlite#Index
type Migrator https://pkg.go.dev/github.com/glebarez/sqlite#Migrator
(m) AlterColumn(value, name) https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.AlterColumn
(m) BuildIndexOptions(opts, stmt) https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.BuildIndexOptions
(m) ColumnTypes(value) https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.ColumnTypes
(m) CreateConstraint(value, name) https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.CreateConstraint
(m) CreateIndex(value, name) https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.CreateIndex
(m) CurrentDatabase() https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.CurrentDatabase
(m) DropColumn(value, name) https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.DropColumn
(m) DropConstraint(value, name) https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.DropConstraint
(m) DropIndex(value, name) https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.DropIndex
(m) DropTable(values) https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.DropTable
(m) GetIndexes(value) https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.GetIndexes
(m) GetTables() https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.GetTables
(m) HasColumn(value, name) https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.HasColumn
(m) HasConstraint(value, name) https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.HasConstraint
(m) HasIndex(value, name) https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.HasIndex
(m) HasTable(value) https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.HasTable
(m) RenameIndex(value, oldName, newName) https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.RenameIndex
(m) RunWithoutForeignKey(fc) https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.RunWithoutForeignKey
Source Files https://pkg.go.dev/github.com/glebarez/sqlite#section-sourcefiles
https://pkg.go.dev/github.com/glebarez/sqlite#section-readme
https://hits.seeyoufarm.com
GORMhttps://gorm.io/
https://www.sqlite.org/foreignkeys.htmlhttps://www.sqlite.org/foreignkeys.html
standard GORM driver for SQLitehttps://github.com/go-gorm/sqlite
Go-bindings of SQLite C-sourcehttps://github.com/mattn/go-sqlite3
cgohttps://go.dev/blog/cgo
json supporthttps://www.sqlite.org/json1.html
https://gitlab.com/cznic/sqlitehttps://gitlab.com/cznic/sqlite
whole test basehttps://github.com/go-gorm/gorm/tree/master/tests
bechmark of underlying pure-Go driver vs CGo implementationhttps://github.com/glebarez/go-sqlite/tree/master/benchmark
https://www.sqlite.org/json1.htmlhttps://www.sqlite.org/json1.html
https://www.sqlite.org/lang_mathfunc.htmlhttps://www.sqlite.org/lang_mathfunc.html
https://pkg.go.dev/github.com/glebarez/sqlite#section-documentation
https://pkg.go.dev/github.com/glebarez/sqlite#pkg-index
Constantshttps://pkg.go.dev/github.com/glebarez/sqlite#pkg-constants
Variableshttps://pkg.go.dev/github.com/glebarez/sqlite#pkg-variables
func Open(dsn string) gorm.Dialectorhttps://pkg.go.dev/github.com/glebarez/sqlite#Open
type Dialectorhttps://pkg.go.dev/github.com/glebarez/sqlite#Dialector
func (dialector Dialector) BindVarTo(writer clause.Writer, stmt *gorm.Statement, v interface{})https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.BindVarTo
func (dialector Dialector) ClauseBuilders() map[string]clause.ClauseBuilderhttps://pkg.go.dev/github.com/glebarez/sqlite#Dialector.ClauseBuilders
func (dialector Dialector) DataTypeOf(field *schema.Field) stringhttps://pkg.go.dev/github.com/glebarez/sqlite#Dialector.DataTypeOf
func (dialector Dialector) DefaultValueOf(field *schema.Field) clause.Expressionhttps://pkg.go.dev/github.com/glebarez/sqlite#Dialector.DefaultValueOf
func (dialector Dialector) Explain(sql string, vars ...interface{}) stringhttps://pkg.go.dev/github.com/glebarez/sqlite#Dialector.Explain
func (dialector Dialector) Initialize(db *gorm.DB) (err error)https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.Initialize
func (dialector Dialector) Migrator(db *gorm.DB) gorm.Migratorhttps://pkg.go.dev/github.com/glebarez/sqlite#Dialector.Migrator
func (dialector Dialector) Name() stringhttps://pkg.go.dev/github.com/glebarez/sqlite#Dialector.Name
func (dialector Dialector) QuoteTo(writer clause.Writer, str string)https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.QuoteTo
func (dialectopr Dialector) RollbackTo(tx *gorm.DB, name string) errorhttps://pkg.go.dev/github.com/glebarez/sqlite#Dialector.RollbackTo
func (dialectopr Dialector) SavePoint(tx *gorm.DB, name string) errorhttps://pkg.go.dev/github.com/glebarez/sqlite#Dialector.SavePoint
func (dialector Dialector) Translate(err error) errorhttps://pkg.go.dev/github.com/glebarez/sqlite#Dialector.Translate
type Indexhttps://pkg.go.dev/github.com/glebarez/sqlite#Index
type Migratorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator
func (m Migrator) AlterColumn(value interface{}, name string) errorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator.AlterColumn
func (m Migrator) BuildIndexOptions(opts []schema.IndexOption, stmt *gorm.Statement) (results []interface{})https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.BuildIndexOptions
func (m Migrator) ColumnTypes(value interface{}) ([]gorm.ColumnType, error)https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.ColumnTypes
func (m Migrator) CreateConstraint(value interface{}, name string) errorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator.CreateConstraint
func (m Migrator) CreateIndex(value interface{}, name string) errorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator.CreateIndex
func (m Migrator) CurrentDatabase() (name string)https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.CurrentDatabase
func (m Migrator) DropColumn(value interface{}, name string) errorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator.DropColumn
func (m Migrator) DropConstraint(value interface{}, name string) errorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator.DropConstraint
func (m Migrator) DropIndex(value interface{}, name string) errorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator.DropIndex
func (m Migrator) DropTable(values ...interface{}) errorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator.DropTable
func (m Migrator) GetIndexes(value interface{}) ([]gorm.Index, error)https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.GetIndexes
func (m Migrator) GetTables() (tableList []string, err error)https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.GetTables
func (m Migrator) HasColumn(value interface{}, name string) boolhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator.HasColumn
func (m Migrator) HasConstraint(value interface{}, name string) boolhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator.HasConstraint
func (m Migrator) HasIndex(value interface{}, name string) boolhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator.HasIndex
func (m Migrator) HasTable(value interface{}) boolhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator.HasTable
func (m Migrator) RenameIndex(value interface{}, oldName, newName string) errorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator.RenameIndex
func (m *Migrator) RunWithoutForeignKey(fc func() error) errorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator.RunWithoutForeignKey
https://pkg.go.dev/github.com/glebarez/sqlite#pkg-constants
View Sourcehttps://github.com/glebarez/sqlite/blob/v1.11.0/sqlite.go#L21
https://pkg.go.dev/github.com/glebarez/sqlite#pkg-variables
View Sourcehttps://github.com/glebarez/sqlite/blob/v1.11.0/errors.go#L5
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
https://pkg.go.dev/github.com/glebarez/sqlite#pkg-functions
Openhttps://github.com/glebarez/sqlite/blob/v1.11.0/sqlite.go#L29
https://pkg.go.dev/github.com/glebarez/sqlite#Open
stringhttps://pkg.go.dev/builtin#string
gormhttps://pkg.go.dev/gorm.io/gorm
Dialectorhttps://pkg.go.dev/gorm.io/gorm#Dialector
https://pkg.go.dev/github.com/glebarez/sqlite#pkg-types
Dialectorhttps://github.com/glebarez/sqlite/blob/v1.11.0/sqlite.go#L23
https://pkg.go.dev/github.com/glebarez/sqlite#Dialector
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
gormhttps://pkg.go.dev/gorm.io/gorm
ConnPoolhttps://pkg.go.dev/gorm.io/gorm#ConnPool
BindVarTohttps://github.com/glebarez/sqlite/blob/v1.11.0/sqlite.go#L142
https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.BindVarTo
Dialectorhttps://pkg.go.dev/github.com/glebarez/sqlite#Dialector
clausehttps://pkg.go.dev/gorm.io/gorm/clause
Writerhttps://pkg.go.dev/gorm.io/gorm/clause#Writer
gormhttps://pkg.go.dev/gorm.io/gorm
Statementhttps://pkg.go.dev/gorm.io/gorm#Statement
ClauseBuildershttps://github.com/glebarez/sqlite/blob/v1.11.0/sqlite.go#L76
https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.ClauseBuilders
Dialectorhttps://pkg.go.dev/github.com/glebarez/sqlite#Dialector
stringhttps://pkg.go.dev/builtin#string
clausehttps://pkg.go.dev/gorm.io/gorm/clause
ClauseBuilderhttps://pkg.go.dev/gorm.io/gorm/clause#ClauseBuilder
DataTypeOfhttps://github.com/glebarez/sqlite/blob/v1.11.0/sqlite.go#L198
https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.DataTypeOf
Dialectorhttps://pkg.go.dev/github.com/glebarez/sqlite#Dialector
schemahttps://pkg.go.dev/gorm.io/gorm/schema
Fieldhttps://pkg.go.dev/gorm.io/gorm/schema#Field
stringhttps://pkg.go.dev/builtin#string
DefaultValueOfhttps://github.com/glebarez/sqlite/blob/v1.11.0/sqlite.go#L125
https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.DefaultValueOf
Dialectorhttps://pkg.go.dev/github.com/glebarez/sqlite#Dialector
schemahttps://pkg.go.dev/gorm.io/gorm/schema
Fieldhttps://pkg.go.dev/gorm.io/gorm/schema#Field
clausehttps://pkg.go.dev/gorm.io/gorm/clause
Expressionhttps://pkg.go.dev/gorm.io/gorm/clause#Expression
Explainhttps://github.com/glebarez/sqlite/blob/v1.11.0/sqlite.go#L194
https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.Explain
Dialectorhttps://pkg.go.dev/github.com/glebarez/sqlite#Dialector
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
Initializehttps://github.com/glebarez/sqlite/blob/v1.11.0/sqlite.go#L37
https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.Initialize
Dialectorhttps://pkg.go.dev/github.com/glebarez/sqlite#Dialector
gormhttps://pkg.go.dev/gorm.io/gorm
DBhttps://pkg.go.dev/gorm.io/gorm#DB
errorhttps://pkg.go.dev/builtin#error
Migratorhttps://github.com/glebarez/sqlite/blob/v1.11.0/sqlite.go#L134
https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.Migrator
Dialectorhttps://pkg.go.dev/github.com/glebarez/sqlite#Dialector
gormhttps://pkg.go.dev/gorm.io/gorm
DBhttps://pkg.go.dev/gorm.io/gorm#DB
gormhttps://pkg.go.dev/gorm.io/gorm
Migratorhttps://pkg.go.dev/gorm.io/gorm#Migrator
Namehttps://github.com/glebarez/sqlite/blob/v1.11.0/sqlite.go#L33
https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.Name
Dialectorhttps://pkg.go.dev/github.com/glebarez/sqlite#Dialector
stringhttps://pkg.go.dev/builtin#string
QuoteTohttps://github.com/glebarez/sqlite/blob/v1.11.0/sqlite.go#L146
https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.QuoteTo
Dialectorhttps://pkg.go.dev/github.com/glebarez/sqlite#Dialector
clausehttps://pkg.go.dev/gorm.io/gorm/clause
Writerhttps://pkg.go.dev/gorm.io/gorm/clause#Writer
stringhttps://pkg.go.dev/builtin#string
RollbackTohttps://github.com/glebarez/sqlite/blob/v1.11.0/sqlite.go#L233
https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.RollbackTo
Dialectorhttps://pkg.go.dev/github.com/glebarez/sqlite#Dialector
gormhttps://pkg.go.dev/gorm.io/gorm
DBhttps://pkg.go.dev/gorm.io/gorm#DB
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
SavePointhttps://github.com/glebarez/sqlite/blob/v1.11.0/sqlite.go#L228
https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.SavePoint
Dialectorhttps://pkg.go.dev/github.com/glebarez/sqlite#Dialector
gormhttps://pkg.go.dev/gorm.io/gorm
DBhttps://pkg.go.dev/gorm.io/gorm#DB
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
Translatehttps://github.com/glebarez/sqlite/blob/v1.11.0/sqlite.go#L238
https://pkg.go.dev/github.com/glebarez/sqlite#Dialector.Translate
Dialectorhttps://pkg.go.dev/github.com/glebarez/sqlite#Dialector
errorhttps://pkg.go.dev/builtin#error
errorhttps://pkg.go.dev/builtin#error
Indexhttps://github.com/glebarez/sqlite/blob/v1.11.0/migrator.go#L326
https://pkg.go.dev/github.com/glebarez/sqlite#Index
inthttps://pkg.go.dev/builtin#int
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
Migratorhttps://github.com/glebarez/sqlite/blob/v1.11.0/migrator.go#L14
https://pkg.go.dev/github.com/glebarez/sqlite#Migrator
migratorhttps://pkg.go.dev/gorm.io/gorm/migrator
Migratorhttps://pkg.go.dev/gorm.io/gorm/migrator#Migrator
AlterColumnhttps://github.com/glebarez/sqlite/blob/v1.11.0/migrator.go#L78
https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.AlterColumn
Migratorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
BuildIndexOptionshttps://github.com/glebarez/sqlite/blob/v1.11.0/migrator.go#L233
https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.BuildIndexOptions
Migratorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator
schemahttps://pkg.go.dev/gorm.io/gorm/schema
IndexOptionhttps://pkg.go.dev/gorm.io/gorm/schema#IndexOption
gormhttps://pkg.go.dev/gorm.io/gorm
Statementhttps://pkg.go.dev/gorm.io/gorm#Statement
ColumnTypeshttps://github.com/glebarez/sqlite/blob/v1.11.0/migrator.go#L109
https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.ColumnTypes
Migratorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator
gormhttps://pkg.go.dev/gorm.io/gorm
ColumnTypehttps://pkg.go.dev/gorm.io/gorm#ColumnType
errorhttps://pkg.go.dev/builtin#error
CreateConstrainthttps://github.com/glebarez/sqlite/blob/v1.11.0/migrator.go#L168
https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.CreateConstraint
Migratorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
CreateIndexhttps://github.com/glebarez/sqlite/blob/v1.11.0/migrator.go#L252
https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.CreateIndex
Migratorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
CurrentDatabasehttps://github.com/glebarez/sqlite/blob/v1.11.0/migrator.go#L227
https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.CurrentDatabase
Migratorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator
stringhttps://pkg.go.dev/builtin#string
DropColumnhttps://github.com/glebarez/sqlite/blob/v1.11.0/migrator.go#L157
https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.DropColumn
Migratorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
DropConstrainthttps://github.com/glebarez/sqlite/blob/v1.11.0/migrator.go#L193
https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.DropConstraint
Migratorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
DropIndexhttps://github.com/glebarez/sqlite/blob/v1.11.0/migrator.go#L314
https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.DropIndex
Migratorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
DropTablehttps://github.com/glebarez/sqlite/blob/v1.11.0/migrator.go#L37
https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.DropTable
Migratorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator
errorhttps://pkg.go.dev/builtin#error
GetIndexeshttps://github.com/glebarez/sqlite/blob/v1.11.0/migrator.go#L338
https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.GetIndexes
Migratorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator
gormhttps://pkg.go.dev/gorm.io/gorm
Indexhttps://pkg.go.dev/gorm.io/gorm#Index
errorhttps://pkg.go.dev/builtin#error
dochttps://www.sqlite.org/pragma.html#pragma_index_list
GetTableshttps://github.com/glebarez/sqlite/blob/v1.11.0/migrator.go#L54
https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.GetTables
Migratorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
HasColumnhttps://github.com/glebarez/sqlite/blob/v1.11.0/migrator.go#L58
https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.HasColumn
Migratorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
HasConstrainthttps://github.com/glebarez/sqlite/blob/v1.11.0/migrator.go#L208
https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.HasConstraint
Migratorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
HasIndexhttps://github.com/glebarez/sqlite/blob/v1.11.0/migrator.go#L281
https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.HasIndex
Migratorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
HasTablehttps://github.com/glebarez/sqlite/blob/v1.11.0/migrator.go#L29
https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.HasTable
Migratorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator
boolhttps://pkg.go.dev/builtin#bool
RenameIndexhttps://github.com/glebarez/sqlite/blob/v1.11.0/migrator.go#L300
https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.RenameIndex
Migratorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
RunWithoutForeignKeyhttps://github.com/glebarez/sqlite/blob/v1.11.0/migrator.go#L18
https://pkg.go.dev/github.com/glebarez/sqlite#Migrator.RunWithoutForeignKey
Migratorhttps://pkg.go.dev/github.com/glebarez/sqlite#Migrator
errorhttps://pkg.go.dev/builtin#error
errorhttps://pkg.go.dev/builtin#error
https://pkg.go.dev/github.com/glebarez/sqlite#section-sourcefiles
View all Source fileshttps://github.com/glebarez/sqlite/tree/v1.11.0
ddlmod.gohttps://github.com/glebarez/sqlite/blob/v1.11.0/ddlmod.go
errors.gohttps://github.com/glebarez/sqlite/blob/v1.11.0/errors.go
migrator.gohttps://github.com/glebarez/sqlite/blob/v1.11.0/migrator.go
sqlite.gohttps://github.com/glebarez/sqlite/blob/v1.11.0/sqlite.go
Why Go https://go.dev/solutions
Use Cases https://go.dev/solutions#use-cases
Case Studies https://go.dev/solutions#case-studies
Get Started https://learn.go.dev/
Playground https://play.golang.org
Tour https://tour.golang.org
Stack Overflow https://stackoverflow.com/questions/tagged/go?tab=Newest
Help https://go.dev/help
Packages https://pkg.go.dev
Standard Library https://pkg.go.dev/std
Sub-repositories https://pkg.go.dev/golang.org/x
About Go Packages https://pkg.go.dev/about
pkg.go.dev API https://pkg.go.dev/api
About https://go.dev/project
Downloadhttps://go.dev/dl/
Bloghttps://go.dev/blog
Issue Tracker https://github.com/golang/go/issues
Release Notes https://go.dev/doc/devel/release.html
Brand Guidelines https://go.dev/brand
Code of Conduct https://go.dev/conduct
Connect https://www.twitter.com/golang
Twitter https://www.twitter.com/golang
GitHubhttps://github.com/golang
Slack https://invite.slack.golangbridge.org/
r/golang https://reddit.com/r/golang
Meetup https://www.meetup.com/pro/go
Golang Weekly https://golangweekly.com/
Copyrighthttps://go.dev/copyright
Terms of Servicehttps://go.dev/tos
Privacy Policy http://www.google.com/intl/en/policies/privacy/
Report an Issue https://go.dev/s/pkgsite-feedback
https://google.com
Learn more.https://policies.google.com/technologies/cookies

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.