Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakin010/surrealdb_extra
https://github.com/jakin010/surrealdb_extra
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakin010/surrealdb_extra
- Owner: jakin010
- License: mit
- Created: 2023-05-15T14:27:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-28T18:22:11.000Z (10 months ago)
- Last Synced: 2024-04-25T15:02:14.347Z (7 months ago)
- Language: Rust
- Size: 118 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-surreal - surrealdb_extra - (Rust) - Query builder and orm. (Libraries)
README
# SurrealDB Extra
Surrealdb-extra is a crate that provides additional functionality and utilities for working with the SurrealDB database.
This crate extends the capabilities of SurrealDB crate by introducing additional features such as a query builder and table trait, which simplify the process of constructing and executing database queries. The query builder allows you to dynamically construct queries with support for field selection, filtering, and result limiting. The table trait provides a convenient way to define database tables and perform common operations such as create, read, update, and delete (CRUD) operations.
Key Features:
- Query Builder: Construct and execute database queries with ease, including field selection, filtering, result limiting, data updating and more.
- Table Trait: Define database tables and perform CRUD operations with a simple and intuitive interface.## Documentation
Please refer to the crate's documentation for detailed usage examples and API reference.
[Documentation](https://docs.rs/surrealdb_extra)## License
[MIT](https://github.com/jakin010/surrealdb_extra/blob/main/LICENSE)
## Extra
Note: surrealdb-extra is an independent crate and is not affiliated with or endorsed by SurrealDB or its developers.