-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SQLx issue and Project Documentation (#26)
This pull request includes significant updates to the `page-hunter` library, focusing on adding support for SQLite, updating dependencies, and improving documentation. The most important changes are outlined below: ### Dependency Updates: * Updated the `sqlx` version to `>=0.8.1` to address security issues. (`Cargo.toml`) ### Documentation Improvements: * Updated the `README.md` to include instructions and examples for using the new SQLite pagination feature, as well as general improvements to the documentation structure and clarity. (`README.md`) [[1]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L1-R22) [[2]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L21-R49) [[3]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L183-R197) [[4]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R262-R319) [[5]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L275-R337) [[6]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L303-L325) * Enhanced the `CHANGELOG.md` to document the new features, fixes, and breaking changes introduced in version 0.3.0. (`page-hunter/CHANGELOG.md`) * Include page-hunter logo in README. ( `README.md` ) ### Codebase Maintenance: * Added unused import suppression for `PaginationError` in `page-hunter/src/book.rs` to clean up warnings. (`page-hunter/src/book.rs`)
- Loading branch information
Showing
7 changed files
with
205 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.