Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add database #5

Merged
merged 3 commits into from
Jan 19, 2024
Merged

feat: add database #5

merged 3 commits into from
Jan 19, 2024

Conversation

dylants
Copy link
Owner

@dylants dylants commented Jan 19, 2024

  • Add prisma
  • Create a Book model and some migrations
  • Create some simple server actions to create a book and get all the books. Use this to create the book on the Add a Book page.
  • Utilize the create book action in the add book form
  • To keep things consistent, change ISBN -> isbn

Some random ones while we're here:

  • Leave logging at trace level for now
  • Add TS linting to the linting script

- Create some simple server actions to create a book and get all the books, which do nothing at this point
- Utilize the create book action in the add book form
- Leave logging at trace level for now
- Add prisma
- Create a Book model and some migrations
- Use this to create the book on the Add a Book page
- To keep things consistent, change ISBN -> isbn
- Add ts linting to the linting script
- fix linting errors
@dylants dylants merged commit 774a680 into main Jan 19, 2024
1 check passed
@dylants dylants deleted the db branch January 19, 2024 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant