Skip to content

Releases: biisal/rowsql

v0.1.6

10 Feb 08:18

Choose a tag to compare

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

02 Feb 10:12

Choose a tag to compare

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

02 Feb 08:29

Choose a tag to compare

Changelog

  • efdffdf chore: Add TESTING_PLAN.md to .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

30 Jan 04:00

Choose a tag to compare

Changelog

  • cab87fe Remove unused imports from Layout
  • d7b1d24 Wire query builder into service and add GitHub star
  • 63fedf6 chore: Set release.draft to false in .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

16 Jan 10:53

Choose a tag to compare

Add ErrorWriteOnlyFile logger and use for update errors

v0.1.1

16 Jan 09:50

Choose a tag to compare

Changelog

  • 7ede0f3 Skip auto-update for latest builds

Released by GoReleaser.

v0.1.0

16 Jan 09:46

Choose a tag to compare

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

12 Jan 07:04

Choose a tag to compare

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

11 Jan 17:59

Choose a tag to compare

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.gz files
  • Windows: .zip files
  • macOS: Darwin_arm64 (for Apple Silicon)

rowsql

11 Jan 04:48

Choose a tag to compare

rowsql Pre-release
Pre-release

init