SQL string functions for the Zol ORM (v0.5.1). Provides typed helpers for building SQL string operations like concatenation, case conversion, and pattern matching in PostgreSQL. Integrates tightly with Zol's query builder, shipping TypeScript types. Updated irregularly alongside Zol. Differentiator: minimal abstraction over raw SQL strings vs. heavier ORM alternatives.
npm install zol-stringNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates concatenating and lowercasing columns using zol-string functions inside a Zol query.
Update imports to new names: `sqlConcat`, `sqlLower`, etc.
Always wrap in `z.select(...)` or similar builder.
Keep `zol` at version ^0.5.1.
Run `npm install zol-string` and ensure tsconfig includes node_modules types.
Verify import: `import { sqlConcat } from 'zol-string';`Install package and ensure it's in dependencies.