watch/sql/insert_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

1 line
76 B
SQL

insert into series (name, source, imdb, wikipedia) values ($1, $2, $3, $4);