Skip to content

Commit

Permalink
docs(readme): add prounciation [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Sep 5, 2023
1 parent 7cd5855 commit 9dc798b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# scyllax
# scyllax (sɪl-æks)
A SQLx and Discord inspired query system for Scylla.

[![discord](https://img.shields.io/discord/1080316613968011335?color=5865F2&logo=discord&logoColor=white)](https://discord.gg/FahQSBMMGg)
Expand Down Expand Up @@ -46,7 +46,9 @@ pub struct PersonEntity {
- [x] Upsert Queries (https://github.com/trufflehq/scyllax/pull/1)
- [ ] Delete Queries
- [ ] Request Coalescing
- [ ] Compile-time Query Validation
- [ ] Compile-time Select Query Validation
- ensure the where constraints exist on the struct
- ensure the where constraints are the same type as the struct
- [ ] Runtime Query Validation (structure matches schema)

### Todo
Expand Down

0 comments on commit 9dc798b

Please sign in to comment.