-
v1.0.30
StableCI / Test (1.24) (push) Successful in -25m5sCI / Test (1.25) (push) Successful in -24m57sCI / Build (push) Successful in -26m5sCI / Lint (push) Successful in -25m51sIntegration Tests / Integration Tests (push) Successful in -25m42sRelease / Build and Release (push) Successful in -24m39sreleased this
2026-02-05 12:36:56 +00:00 | 63 commits to master since this releaseRelease v1.0.30
Changes
- feat(relations): 🎉 add flatten schema option for output (
5fb09b7) - test(pgsql, reflectutil): ✨ add comprehensive test coverage (
5d9770b)
Installation
Download the appropriate binary for your platform:
- Linux (AMD64):
relspec-linux-amd64 - Linux (ARM64):
relspec-linux-arm64 - macOS (Intel):
relspec-darwin-amd64 - macOS (Apple Silicon):
relspec-darwin-arm64 - Windows (AMD64):
relspec-windows-amd64.exe
Make the binary executable (Linux/macOS):
chmod +x relspec-*Verify the download with the provided checksums.
Downloads
- feat(relations): 🎉 add flatten schema option for output (
-
v1.0.29
StableCI / Test (1.24) (push) Successful in -26m24sCI / Test (1.25) (push) Successful in -26m10sCI / Lint (push) Successful in -26m33sCI / Build (push) Successful in -26m40sRelease / Build and Release (push) Successful in -26m23sIntegration Tests / Integration Tests (push) Successful in -25m53sreleased this
2026-01-31 19:31:01 +00:00 | 65 commits to master since this releaseRelease v1.0.29
Changes
- feat(merge): 🎉 Add support for constraints and indexes in merge results (
f2d500f)
Installation
Download the appropriate binary for your platform:
- Linux (AMD64):
relspec-linux-amd64 - Linux (ARM64):
relspec-linux-arm64 - macOS (Intel):
relspec-darwin-amd64 - macOS (Apple Silicon):
relspec-darwin-arm64 - Windows (AMD64):
relspec-windows-amd64.exe
Make the binary executable (Linux/macOS):
chmod +x relspec-*Verify the download with the provided checksums.
Downloads
- feat(merge): 🎉 Add support for constraints and indexes in merge results (
-
v1.0.28
StableCI / Test (1.24) (push) Failing after -26m37sCI / Test (1.25) (push) Successful in -26m8sCI / Lint (push) Successful in -26m32sCI / Build (push) Successful in -26m42sRelease / Build and Release (push) Successful in -26m26sIntegration Tests / Integration Tests (push) Successful in -26m3sreleased this
2026-01-31 19:27:36 +00:00 | 66 commits to master since this releaseRelease v1.0.28
Changes
- feat(merge): 🎉 Add support for merging constraints and indexes (
2ec9991)
Installation
Download the appropriate binary for your platform:
- Linux (AMD64):
relspec-linux-amd64 - Linux (ARM64):
relspec-linux-arm64 - macOS (Intel):
relspec-darwin-amd64 - macOS (Apple Silicon):
relspec-darwin-arm64 - Windows (AMD64):
relspec-windows-amd64.exe
Make the binary executable (Linux/macOS):
chmod +x relspec-*Verify the download with the provided checksums.
Downloads
- feat(merge): 🎉 Add support for merging constraints and indexes (
-
v1.0.27
StableCI / Test (1.24) (push) Successful in -26m21sCI / Test (1.25) (push) Successful in -26m15sCI / Build (push) Successful in -26m39sCI / Lint (push) Successful in -26m29sRelease / Build and Release (push) Successful in -26m28sIntegration Tests / Integration Tests (push) Successful in -26m11sreleased this
2026-01-31 19:19:55 +00:00 | 67 commits to master since this releaseRelease v1.0.27
Changes
- feat(writer): 🎉 Enhance SQL execution logging and add statement type detection * Log statement type during execution for better debugging * Introduce detectStatementType function to categorize SQL statements * Update unique constraint naming convention in tests (
a3e45c2)
Installation
Download the appropriate binary for your platform:
- Linux (AMD64):
relspec-linux-amd64 - Linux (ARM64):
relspec-linux-arm64 - macOS (Intel):
relspec-darwin-amd64 - macOS (Apple Silicon):
relspec-darwin-arm64 - Windows (AMD64):
relspec-windows-amd64.exe
Make the binary executable (Linux/macOS):
chmod +x relspec-*Verify the download with the provided checksums.
Downloads
- feat(writer): 🎉 Enhance SQL execution logging and add statement type detection * Log statement type during execution for better debugging * Introduce detectStatementType function to categorize SQL statements * Update unique constraint naming convention in tests (
-
v1.0.26
StableCI / Test (1.24) (push) Successful in -26m21sCI / Test (1.25) (push) Successful in -26m13sCI / Build (push) Successful in -26m39sCI / Lint (push) Successful in -26m29sRelease / Build and Release (push) Successful in -26m28sIntegration Tests / Integration Tests (push) Successful in -26m10sreleased this
2026-01-31 19:04:51 +00:00 | 68 commits to master since this releaseRelease v1.0.26
Changes
- feat(pgsql): ✨ Add templates for constraints and sequences (
165623b)
Installation
Download the appropriate binary for your platform:
- Linux (AMD64):
relspec-linux-amd64 - Linux (ARM64):
relspec-linux-arm64 - macOS (Intel):
relspec-darwin-amd64 - macOS (Apple Silicon):
relspec-darwin-arm64 - Windows (AMD64):
relspec-windows-amd64.exe
Make the binary executable (Linux/macOS):
chmod +x relspec-*Verify the download with the provided checksums.
Downloads
- feat(pgsql): ✨ Add templates for constraints and sequences (
-
v1.0.25
StableCI / Test (1.24) (push) Successful in -26m17sCI / Test (1.25) (push) Successful in -26m14sCI / Build (push) Successful in -26m41sCI / Lint (push) Successful in -26m32sRelease / Build and Release (push) Successful in -26m31sIntegration Tests / Integration Tests (push) Successful in -26m13sreleased this
2026-01-31 18:42:26 +00:00 | 69 commits to master since this releaseRelease v1.0.25
Changes
- feat(writer): 🎉 Add support for check constraints in schema generation (
3c20c3c)
Installation
Download the appropriate binary for your platform:
- Linux (AMD64):
relspec-linux-amd64 - Linux (ARM64):
relspec-linux-arm64 - macOS (Intel):
relspec-darwin-amd64 - macOS (Apple Silicon):
relspec-darwin-arm64 - Windows (AMD64):
relspec-windows-amd64.exe
Make the binary executable (Linux/macOS):
chmod +x relspec-*Verify the download with the provided checksums.
Downloads
- feat(writer): 🎉 Add support for check constraints in schema generation (
-
v1.0.24
StableCI / Test (1.24) (push) Successful in -26m26sCI / Test (1.25) (push) Successful in -26m18sCI / Lint (push) Successful in -26m25sCI / Build (push) Successful in -26m35sRelease / Build and Release (push) Successful in -26m29sIntegration Tests / Integration Tests (push) Successful in -26m11sreleased this
2026-01-31 18:33:17 +00:00 | 70 commits to master since this releaseRelease v1.0.24
Changes
- feat(writer): 🎉 Add support for unique constraints in schema generation (
a54594e)
Installation
Download the appropriate binary for your platform:
- Linux (AMD64):
relspec-linux-amd64 - Linux (ARM64):
relspec-linux-arm64 - macOS (Intel):
relspec-darwin-amd64 - macOS (Apple Silicon):
relspec-darwin-arm64 - Windows (AMD64):
relspec-windows-amd64.exe
Make the binary executable (Linux/macOS):
chmod +x relspec-*Verify the download with the provided checksums.
Downloads
- feat(writer): 🎉 Add support for unique constraints in schema generation (
-
v1.0.22
StableCI / Test (1.24) (push) Successful in -26m18sCI / Test (1.25) (push) Successful in -26m14sCI / Build (push) Successful in -26m38sCI / Lint (push) Successful in -26m30sRelease / Build and Release (push) Successful in -26m27sIntegration Tests / Integration Tests (push) Successful in -26m10sreleased this
2026-01-31 18:21:34 +00:00 | 71 commits to master since this releaseRelease v1.0.22
Changes
- feat(scripts): 🎉 Add --ignore-errors flag for script execution (
cafe6a4)
Installation
Download the appropriate binary for your platform:
- Linux (AMD64):
relspec-linux-amd64 - Linux (ARM64):
relspec-linux-arm64 - macOS (Intel):
relspec-darwin-amd64 - macOS (Apple Silicon):
relspec-darwin-arm64 - Windows (AMD64):
relspec-windows-amd64.exe
Make the binary executable (Linux/macOS):
chmod +x relspec-*Verify the download with the provided checksums.
Downloads
- feat(scripts): 🎉 Add --ignore-errors flag for script execution (
-
v1.0.21
StableCI / Test (1.24) (push) Successful in -26m24sCI / Test (1.25) (push) Successful in -26m17sCI / Build (push) Successful in -26m44sCI / Lint (push) Successful in -26m33sIntegration Tests / Integration Tests (push) Successful in -26m11sRelease / Build and Release (push) Successful in -26m36sreleased this
2026-01-31 17:45:36 +00:00 | 72 commits to master since this releaseRelease v1.0.21
Changes
- feat(dbml/reader): 🎉 Implement splitIdentifier function for parsing (
abdb9b4)
Installation
Download the appropriate binary for your platform:
- Linux (AMD64):
relspec-linux-amd64 - Linux (ARM64):
relspec-linux-arm64 - macOS (Intel):
relspec-darwin-amd64 - macOS (Apple Silicon):
relspec-darwin-arm64 - Windows (AMD64):
relspec-windows-amd64.exe
Make the binary executable (Linux/macOS):
chmod +x relspec-*Verify the download with the provided checksums.
Downloads
- feat(dbml/reader): 🎉 Implement splitIdentifier function for parsing (
-
v1.0.20
StableCI / Test (1.24) (push) Successful in -26m24sCI / Test (1.25) (push) Successful in -26m17sCI / Build (push) Successful in -26m44sCI / Lint (push) Successful in -26m33sIntegration Tests / Integration Tests (push) Successful in -26m11sRelease / Build and Release (push) Successful in -26m36sreleased this
2026-01-31 17:45:29 +00:00 | 72 commits to master since this releaseRelease v1.0.20
Changes
- feat(dbml/reader): 🎉 Implement splitIdentifier function for parsing (
abdb9b4)
Installation
Download the appropriate binary for your platform:
- Linux (AMD64):
relspec-linux-amd64 - Linux (ARM64):
relspec-linux-arm64 - macOS (Intel):
relspec-darwin-amd64 - macOS (Apple Silicon):
relspec-darwin-arm64 - Windows (AMD64):
relspec-windows-amd64.exe
Make the binary executable (Linux/macOS):
chmod +x relspec-*Verify the download with the provided checksums.
Downloads
- feat(dbml/reader): 🎉 Implement splitIdentifier function for parsing (