A declarative, typed query language that compiles to SQL. Current version 0.3.246. Release cadence is frequent, pre-1.0 breaking changes may occur.
pip install pytrilogyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compile a simple Trilogy query to SQL. The compile function returns an object with .sql and .params attributes.
Pin version in requirements, e.g., pytrilogy==0.3.246.
Use 'from pytrilogy import compile'.
Check the supported dialects in the documentation. Use a known dialect like 'postgres' or 'bigquery'.
Update to 'from pytrilogy import compile'.
No dependency data recorded yet.