|
|
1f8689cdfc
|
feat: add configuration parsing and job definitions
Add a YAML config schema for migration jobs (source/target schema, table, primary key, options) and parse it at startup.
|
2026-04-10 14:00:00 -05:00 |
|
|
|
4f181269a4
|
feat: add extract query builders for both dialects
Add QueryFromObject helpers to build select queries from a table schema, with limits and geometry support.
|
2026-04-09 16:00:00 -05:00 |
|
|
|
c5987fa7f8
|
feat: add type transformations (uuid, wkb, datetime)
Apply row-level transformations for special mssql types: uniqueidentifier, geometry/geography (WKB to EWKB) and datetime (UTC).
|
2026-04-08 11:00:00 -05:00 |
|