Skip to content

Dev Guide

Siddhartha Prasad edited this page May 28, 2024 · 2 revisions

Re-Generating Parser from ANTLR

antlr4 -Dlanguage=Python3 ltl.g4

Engineering Debt

  • While psycopg2-binary is convenient for development and avoids the need for PostgreSQL client libraries, it's not recommended for production due to potential issues with the statically linked libraries. However, it's generally fine for many use cases, especially in smaller projects or where environment control (like on personal or managed servers) limits easy installation of the regular psycopg2.
Clone this wiki locally