#1 soda
Package pop wraps the absolutely amazing https://github.com/jmoiron/sqlx library.
SQL Schema migration tool for Go.
Health score 71/100, confidence 80/100.
| Latest version | v1.8.1 |
| Imported by | 1.9K packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 6 months ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| AssetMigrationSource | Type | type AssetMigrationSource struct{ ... } |
| AssetMigrationSource.Asset | Field | Asset func(path string) ([]byte, error) |
| AssetMigrationSource.AssetDir | Field | AssetDir func(path string) ([]string, error) |
| AssetMigrationSource.Dir | Field | Dir string |
| AssetMigrationSource.FindMigrations | Method | func (a AssetMigrationSource) FindMigrations() ([]*Migration, error) |
| EmbedFileSystemMigrationSource | Type | type EmbedFileSystemMigrationSource struct{ ... } |
| EmbedFileSystemMigrationSource.FileSystem | Field | FileSystem embed.FS |
| EmbedFileSystemMigrationSource.FindMigrations | Method | func (f EmbedFileSystemMigrationSource) FindMigrations() ([]*Migration, error) |
| EmbedFileSystemMigrationSource.Root | Field | Root string |
| FileMigrationSource | Type | type FileMigrationSource struct{ ... } |
| FileMigrationSource.Dir | Field | Dir string |
| FileMigrationSource.FindMigrations | Method | func (f FileMigrationSource) FindMigrations() ([]*Migration, error) |
Package pop wraps the absolutely amazing https://github.com/jmoiron/sqlx library.
Package migrate reads migrations from sources and runs them against databases.
Package schema provides tools to manage database schema changes ("migrations") as embedded functionality inside another application which is using a database/sql
Package zdb provides a nice API to interact with SQL databases in Go.
Package databasemigrationservice provides the API client, operations, and parameter types for AWS Database Migration Service.