Version v0.1.2 π¦
What's new
Added:
- π§π»βπ» Implementation of
ErrorKind::DatabaseError
. - π§π»βπ» Implementation of From sqlx::Error for
PaginationError
. - π§π»βπ» Paginate results from a SQL query into a
Page
from a PostgreSQL database using sqlx. Implementation of the PgSqlxPagination forQueryBuilder
. Only available on pg-sqlx feature is enabled. - π§π»βπ» Including unitary test for the Debug implementation for
Book
. - π§π»βπ» Including checking project format in ci.yml.
- π§π»βπ» Implementation of DB migrations with sqlx for the creation of the postgres test database.
- π§π»βπ» Implementation of integration test for pagination with pg-sqlx in CI.
Changed:
- π¨ Changing the implementation of Clone and Debug using derive to implement directly in
ErrorKind
andPaginationError
. - π¨ Changing the implementation of Clone and Debug using derive to implement directly in
Page
andBook
. - π¨ Updating unit tests to get 100% coverage on the errors module.
Docs:
- π Updating project documentation to include new implementations, utilities and development section.
What's Changed
Full Changelog: v0.1.1...v0.1.2