Connect to Binance trade stream, persist prices to binance_price table (throttled to every 5s), and live-update the home page via HTMX polling. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 lines
26 B
SQL
2 lines
26 B
SQL
DROP TABLE binance_price;
|