mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-09-04 19:36:56 +00:00
Updated Comparing KSQL with Other Tools (markdown)
parent
73c924e975
commit
27a5780790
@ -45,6 +45,8 @@ However, there are also reasons not to:
|
||||
4. Sometimes the generated functions will not be as flexible as you need forcing you to make
|
||||
some tricks with SQL, that happens for example with `sqlc` for partial updates.
|
||||
|
||||
Finally it is important to note that contrary to most people's expectations the Benchmarks on the README file do not indicate sqlc or sqlboiler are any faster than KSQL, sqlx, pgx or the `database/sql` library. This also makes sense given the fact that the generated code also uses the `database/sql` library internally.
|
||||
|
||||
## Some final notes
|
||||
|
||||
All these tools work, and they all have trade-offs. I am not saying KSQL is the only good solution.
|
||||
|
Loading…
x
Reference in New Issue
Block a user