github.com/mstgnz/sqlmapper
Package sqlmapper provides SQL dump conversion functionality between different database systems. SQLPORTER (Parser, Mapper, Converter, Migrator, etc.) is a powerful Go library that allows you to convert SQL dump files between different database systems. This library is particularly useful when you need to migrate a database schema from one system to another. Basic Usage: Migration Support: The package provides migration support through the migration package: Schema Comparison: Compare database schemas using the schema package: Database Support: The package supports the following databases: Each database has its own parser implementation that handles the specific syntax and data types of that database system. Error Handling: All operations that can fail return an error as the last return value. Errors should be checked and handled appropriately: Logging: The package provides a structured logging system: Configuration: Most components can be configured through their respective Config structs: Thread Safety: All public APIs in this package are thread-safe and can be used concurrently. For more information and examples, visit: https://github.com/mstgnz/sqlmapper
proxy.golang.org
v0.6.1
over 1 year ago
8
Links
| Registry | proxy.golang.org |
| Source | Repository |
| Docs | Documentation |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
Repository
| Stars | 2 on GitHub |
| Forks | 1 on GitHub |