logica icon indicating copy to clipboard operation
logica copied to clipboard

Logica is a logic programming language that compiles to SQL. It runs on Google BigQuery, PostgreSQL and SQLite.

Results 42 logica issues
Sort by recently updated
recently updated
newest added

Working Case ``` Example("'case'"); ``` ✅ Correctly recognized as a valid call. Failing Case ``` Example('"case"'); ``` ❌ Produces error: ``` [ Error ] Found no call in rule head....