Releases: biisal/rowsql
v0.1.6
Changelog
- ed88b28 feat: Implement row deletion across dialects, refactor name quoting, and enhance query generation with expanded test coverage
If you want to contribute, feel free to submit a pull request. If you encounter any issues or have suggestions, please open an issue on GitHub. or contact at biisal
v0.1.5
Changelog
- b79e4e4 refactor: introduce a Dialect interface and implementations to abstract database-specific query generation and behavior.
If you want to contribute, feel free to submit a pull request. If you encounter any issues or have suggestions, please open an issue on GitHub. or contact at biisal
v0.1.4
Changelog
- efdffdf chore: Add
TESTING_PLAN.mdto.gitignore. - 74b1f27 feat: Add comprehensive testing plan, refactor frontend row submission payload, and enhance query builder error handling.
If you want to contribute, feel free to submit a pull request. If you encounter any issues or have suggestions, please open an issue on GitHub. or contact at biisal
v0.1.3
Changelog
- cab87fe Remove unused imports from Layout
- d7b1d24 Wire query builder into service and add GitHub star
- 63fedf6 chore: Set
release.drafttofalsein.goreleaser.yaml. - 54fcc67 feat: Implement and add comprehensive tests for the database query builder covering table, column, and row listing, and row insertion.
If you want to contribute, feel free to submit a pull request. If you encounter any issues or have suggestions, please open an issue on GitHub. or contact at biisal
v0.1.2
v0.1.1
v0.1.0
Changelog
- 401fa78 Add SQL query builder and refactor repo/models
- 6cf1780 Add auto-update check at startup
- 34c8a35 Add database error handling package and VERSION
- 08c0caf Colorize versions in auto-update messages
- deb1688 Embed version, add CLI flags and UI fixes
- 91cdfef Ignore VERSION and fix newline in .gitignore
- ea6aaf1 Print logo before auto-update
- a3463d2 Remove VERSION file
- 4d528f9 Remove lowercase class from row cells
- 3451f28 Show version in ASCII logo and default to dev
- 509908a Treat empty envPath as unset in MustLoad
- 7685ef5 Update pnpm-lock.yaml
- 3153903 Use UpdateSelf and simplify auto-update logic
- 1334ec2 remove version file
Released by GoReleaser.
Release 2026-01-12
Featurre
Support custom env path and revamp README
Add -env flag to server to specify env file (example printed with color) and pass it to configs.MustLoad. configs.MustLoad now accepts an optional envPath parameter and loads the provided path
Release 2026-01-11
Overview
This release provides the latest binaries for rowsql, supporting Linux, Windows, and macOS (Darwin) across multiple architectures (x86, arm64, i386).
What's Changed
- Fix: Fixed wrong link navigations
Installation
Download the archive corresponding to your operating system and architecture:
- Linux:
.tar.gzfiles - Windows:
.zipfiles - macOS:
Darwin_arm64(for Apple Silicon)
rowsql
init