- Added SQL migrations for movies and reviews tables. - Implemented SqliteMovieRepository with methods for upserting movies, saving reviews, and querying diary entries. - Introduced models for database rows and conversion to domain models. - Integrated async migration handling in the repository. - Updated Cargo.toml files to include necessary dependencies for async operations and HTTP handling.
10 lines
66 B
Plaintext
10 lines
66 B
Plaintext
/target
|
|
.DS_Store
|
|
**/.DS_Store
|
|
.idea
|
|
.vscode
|
|
|
|
.env
|
|
.env.prod
|
|
|
|
*.db |