jcorona48 /
drizzle-astro
This is a simple demonstration to explore Drizzle and Astro.
31/100 healthLoading repository data…
Sh4yy / repository
A simple and tiny stack for building web applications using Astro, SQLite, and Litestream.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A simple and tiny stack for building web applications using Astro, SQLite, and Litestream.
Here is a thorough tutorial on the Tiny Stack.
docker build -t tiny-stack .
Copy/paste the contents of .env.example into a new .env file and fill in the values, then run:
source .env
OR export individual variables:
export REPLICA_URL=https://<account_id>.r2.cloudflarestorage.com
export LITESTREAM_ACCESS_KEY_ID=access_key_id
export LITESTREAM_SECRET_ACCESS_KEY=secret_access_key
docker run \
-p 4321:4321 \
-e REPLICA_URL \
-e LITESTREAM_ACCESS_KEY_ID \
-e LITESTREAM_SECRET_ACCESS_KEY \
-v $(pwd)/data:/data \
tiny-stack
The same command as a single line in case slashes are causing issues:
docker run -p 4321:4321 -e REPLICA_URL -e LITESTREAM_ACCESS_KEY_ID -e LITESTREAM_SECRET_ACCESS_KEY -v $(pwd)/data:/data tiny-stack
Selected from shared topics, language and repository description—not editorial ratings.
jcorona48 /
This is a simple demonstration to explore Drizzle and Astro.
31/100 healthclementselfless917 /
Build and manage a Trout & Rice web app with Astro, Elysia, Drizzle, and Postgres for a fast, simple full-stack setup
73/100 health