An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

github.com/mstgnz/sqlporter

Package sqlporter provides SQL dump conversion functionality between different database systems. SDC (SQL Dump Converter) 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/sqlporter

Ecosystem
proxy.golang.org
Latest Release
v0.6.1
over 1 year ago
Versions
8
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/mstgnz/sqlporter
spec
License Apache-2.0
Namespace github.com/mstgnz
First Release over 1 year ago
Last Synced 13 days ago
Repository
Stars 1 on GitHub
Forks 1 on GitHub
Rankings on proxy.golang.org
Overall Top 6.1%