Skip to content

tokiory/waitread

Repository files navigation

Wait, read

Personal reading list.

Database

CREATE TABLE articles (
  id SERIAL PRIMARY KEY,
  name TEXT NOT NULL,
  topic TEXT NOT NULL,
  title TEXT NOT NULL,
  url TEXT NOT NULL,
  favorite BOOLEAN NOT NULL,
  tags TEXT[] NOT NULL,
  status TEXT NOT NULL,
);

[INFO] Yep, only one table.

License

MIT


⭐️ Built on top of Astro, Vercel and Supabase.

About

📚 My personal reading list

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •