I need a clean, reliable bridge that moves data from Tally into my PostgreSQL database through Tally Definition Language. The goal is seamless, automated integration—no manual exports, no Excel hops—so that every voucher, ledger, and stock movement recorded in Tally lands in dedicated tables inside Postgres in near-real time. Here’s what matters to me: • TDL code that hooks into the relevant Tally events and packages the data for transfer. • A lightweight service or script on the Postgres side that receives the payload and inserts or updates the right tables. • Clear mapping documentation so I can see which Tally fields end up in which database columns. • Basic error handling and a simple log so I know when something fails. I already have the database schema and connection details ready; you can use psql or any preferred PostgreSQL driver. As soon as the integration is in place I’ll test by running live transactions in Tally and confirming they appear instantly in Postgres. Deliverables: 1. TDL source files. 2. Any middleware code or configuration. 3. A brief setup guide. If you’ve wired Tally to external databases before and can demonstrate a quick proof of concept, let’s move forward.