Public
Like
iClickWolf
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
This directory contains the SQLite database setup for the iClickWolf application.
migrations.ts
- Contains the database schema and table creation logicqueries.ts
- Contains typed functions for interacting with the database
Stores product information for iClickers.
Stores customer preorder information including payment status.
When changing the schema, create a new table with an incremented version number (e.g., items_v2
) rather than altering existing tables. This is a best practice for SQLite in Val Town.