Skip to content

Conversation

@jmckellar252-png
Copy link
Contributor

Summary
This PR adds database functionality to the library application by creating SQL queries and integrating a new library_users table.

Changes Made
SQL Queries (joneemckellar.sql)
Database Schema Extension
Java Model and Repository Classes
Integration Testing

- Add joneemckellar.sql with three required queries for media items analysis
- Create library_users table in SQLite database with id, email, first_name, last_name, password fields
- Populate library_users table with sample data using bcrypt encoded passwords
- Add SQL queries for media analysis in joneemckellar.sql
- Implement library_users table with sample data
- Create LibraryUserModel entity and LibraryUserRepository
- Integrate user loading into LibraryDbDataLoader
- Successfully test application with database integration
- Remove duplicate import in LibraryDbDataLoader
- Fix indentation and spacing in all Java files
- Ensure code meets project formatting standards
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