first
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v17View latest version
This directory contains the database schema and query functions for the Tweet Metrics Tracker application.
migrations.ts- Database schema definitions and initializationqueries.ts- Database query functions
twitter_users_v1- Stores Twitter user informationtweets_v1- Stores tweetsmetrics_v1- Stores historical metrics for tweets
When modifying the database schema, create new tables with incremented version numbers (e.g., tweets_v2) rather than altering existing tables.