Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateMigrateDatabase ¶
CreateMigrateDatabase will create all necessary directories, and will create the sqlite3 database (if necessary) and migrate it.
func MigrateMySQLDatabase ¶ added in v0.6.0
MigrateMySQLDatabase will migrate the MySQL database using dbmate. The database URL should be in the format: mysql://user:password@host:port/database
func MigratePostgresDatabase ¶ added in v0.6.0
MigratePostgresDatabase will migrate the PostgreSQL database using dbmate. The database URL should be in the format: postgresql://user:password@host:port/database
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.