Mehdi | Salva the hollow
Mehdi | Salva the hollow
* **pulsar==2.0.2**: * **python 3.6**: * **ubuntu**: hi , im trying to write custom middlware (im using `json-rpc` feature of pulsar) inside `__call__` method i tried to get response and...
1. VARCHAR/CHAR with `length` support 2. `exist` 3. `count` 4. maybe some db specific features?(like HStore/JsonField for postgres) 5. filitering for numeric types (greater/smaller equals) 6. some basic aggregations/annotations
Hi there i re-implemented `starwars` example (actix) with redis: https://github.com/salva-imm/starwars I moved the models/data into Redis I ran a few benchmarks, and it was terrible : ) my implementation is...
Hi there, I guess it would be nice to have a search bar in the documentation to access quickly to some codes
Hey i wonder if there's way to just throw better exception , with field/type name example: ``` type Entry1 = object username: string password: string ``` serializing this: `"username":true` it...
Hi ,I’m encountering an error while using kolasm 0.4.0 with the following dependencies in Cargo.toml: ``` [dependencies] tokio = { version = "1.32.0", features = ["full"] } kalosm = {...