Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 3c48674

Browse files
authored
Update README.md
1 parent ed24b36 commit 3c48674

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
1-
### TODO:
2-
- sqlx::query_as integration
3-
- raw str support for all queries
4-
- separation to traits, to restrict all chain methods access for a query
5-
- ```rust
6-
/// is problematic, since scalar version implements .attr() method
7-
Model::default()
8-
.id(<value>)
9-
.attr(<value>)
10-
```
1+

0 commit comments

Comments
 (0)