Entiqon v1.1.0 β Dialect-Aware Builders Unleashed¶
This release empowers Entiqon with structured, dialect-aware SQL rendering across all query builders.
β¨ Highlights¶
- π Dialect Support: Escape table and column identifiers safely via
.WithDialect(...)
- β PostgreSQL Engine: First-class support for identifier escaping and conflict clauses
- π§ Modular Design: All builders β SELECT, INSERT, UPDATE, DELETE, UPSERT β now accept dialect engines
π§ Enhancements¶
token.Condition
unified across all builders- Helpers added:
.Set(...)
,IsValid()
,AppendCondition(...)
,NewCondition(...)
UpsertBuilder
delegates dialect-aware logic throughInsertBuilder
π Documentation¶
- README updated with:
- Dialect usage example
- βDialect Supportβ section
- Version and Go Reference badges
Entiqon now speaks your dialect β clean, modular, and production-safe.