Changes:
- Added new utility methods: `all()`, `one()`, and `one_or_none()`.
- Added new exception: `MultipleResultsFound` that can be raised by `one()`.
- `get_all()` is considered deprecated, use `all()` instead.
- The lib is now more flexible in terms of the required SQLModel version (`>=0.0.14,<0.1`)
- Added some more tests.