watch/sql/select_series.sql
Thomas Gideon 878d3fa59b Build a view pane
- Use techniques from refactor of user list, to work with suspense and
  error boundary from the start.
- Add in necessary migration and query.
- Extract out some common view factories for fallback.
- Extract a field display function.
2024-09-07 19:50:48 -04:00

3 lines
36 B
SQL

select *
from series
where id = $1;