| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Dj-MsSql2Maria.zip | 2026-05-01 | 61.3 MB | |
| MS SQL to MariaDB 2.0.1 (Dj-MsSql2Maria) source code.tar.gz | 2026-05-01 | 44.7 kB | |
| MS SQL to MariaDB 2.0.1 (Dj-MsSql2Maria) source code.zip | 2026-05-01 | 49.5 kB | |
| README.md | 2026-05-01 | 504 Bytes | |
| Totals: 4 Items | 61.4 MB | 0 | |
Add CSV import support and bump version to 2.0.1
Adds ability to import and convert CSV files to MariaDB SQL, with type inference and auto-increment primary key. Updates UI to support CSV mode with shared table/data and consolidation options. Implements CSV parsing and SQL generation in SqlConverter.CsvToMariaDb. Refines output file naming logic for all modes. Updates documentation and UI to reflect new features. Increments version to 2.0.1. Refactors code to generalize BAK/CSV option handling.