Skip to content

Updated documentation #43

Merged
ez-plugins merged 2 commits intomainfrom
feature/postgresql-support
Apr 22, 2026
Merged

Updated documentation #43
ez-plugins merged 2 commits intomainfrom
feature/postgresql-support

Conversation

@ez-plugins
Copy link
Copy Markdown
Contributor

  • Added PostgreSQL support
  • Split query and dialect documentation into multiple, more clear documentation files

- sql-dialects.md: add POSTGRESQL to overview table, usage example,
  dialect matrix, AbstractSqlDialect section, and interface table
- conditions.md: add ILIKE/NOT_ILIKE to Operator table and builder
  method reference table
- dml-builders.md: add RETURNING clause section with DELETE/INSERT/UPDATE
  examples; add returning() to InsertBuilder, UpdateBuilder, DeleteBuilder
  method reference tables
- index.md: bump badges and version snippet to 1.1.0, update operator
  count (16→18), dialect list (Three→Four, add POSTGRESQL), docs table
- installation.md: bump Maven, Gradle, and GitHub Packages version
  snippets from 1.0.4 to 1.1.0
Queries (nav_order 3, has_children):
  - queries/select.md  — SELECT builder (was query-builder.md)
  - queries/insert.md  — InsertBuilder
  - queries/update.md  — UpdateBuilder
  - queries/delete.md  — DeleteBuilder
  - queries/create.md  — CreateBuilder
  (replaces query-builder.md + dml-builders.md)

SQL Dialects (nav_order 6, has_children):
  - dialects/standard.md    — ANSI / no quoting
  - dialects/mysql.md       — back-tick quoting, DELETE LIMIT
  - dialects/sqlite.md      — double-quote quoting, DELETE LIMIT
  - dialects/postgresql.md  — double-quote, ILIKE, RETURNING
  (replaces sql-dialects.md)

- Remove query-builder.md, dml-builders.md, sql-dialects.md
- Shift nav_order of conditions (5→4), subqueries (6→5),
  configuration (8→7), in-memory (9→8), exceptions (10→9),
  api-reference (11→10)
- Update docs/index.md table links to new paths
@ez-plugins ez-plugins merged commit c489e72 into main Apr 22, 2026
5 of 6 checks passed
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant