1 Commits

Author SHA1 Message Date
89e706d26b Add data fetching and storage script with PostgreSQL integration
This commit introduces a script to fetch data from an external API, process it, and store it in a PostgreSQL database using Drizzle ORM. It sets up necessary dependencies in `package.json` and defines the database schema, connection, and logic to handle paginated API requests efficiently.
2025-04-29 00:13:10 +09:00