Mikhail Chusavitin a102e54c8b Fix bulk edit and insert date field handling
- Bulk edit: only include changed fields in update payload so unchanged
  date fields are not overwritten with null
- Bulk edit: normalize datetime oldValue to date-only for correct comparison
- Insert form: pre-fill date/datetime fields with today's date by default

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 15:28:42 +03:00
2026-03-01 22:35:59 +03:00
2026-03-01 22:35:54 +03:00
2026-03-01 22:35:59 +03:00
2026-01-21 02:10:12 +03:00
2026-01-21 02:00:04 +03:00

TurboRFQ — MariaDB Web UI

A lightweight PHP web application providing an Excel-like interface for browsing and editing MariaDB tables.

Quick Start (Docker)

docker run -d \
  --name turborfq \
  -p 8080:8080 \
  -e DB_HOST=your-mariadb-host \
  git.mchus.pro/mchus/turborfq:latest

Open http://localhost:8080, log in with your MariaDB credentials.

Documentation

All architecture, API reference, usage guides, and operational notes live in the bible/.

Description
No description provided
Readme Apache-2.0 1.4 MiB
Languages
JavaScript 52%
PHP 38.4%
HTML 9%
Dockerfile 0.6%