Martijn Groeneveldt

Results 6 issues of Martijn Groeneveldt

Instead of only writing `Result`, write `Result` In this way, we overcome the problem of ambiguous naming, since other crates also have error types.

Currently, the sprattus-test crate tests the library, but does not show how the library works with well documented examples. Therefore, having a examples directory would help users getting onboard

For some methods, we currently use the strfmt crate to generate sql query's. This seems unnecessary since the format macro can do this job too. Using the format macro will...

Currently, we use the NoTls option of tokio-postgres. However, it would be nice to have SSL/TLS support as a option. To achieve that, a new constructor method that accepts [the...

enhancement
good first issue

Currently, there is no way to fetch data from the database without writing SQL. Therefore we want to have a way to query more easily. An idea for the api...

enhancement

We want to be able to use sprattus in a high performance web application. Therefore, connection pooling and maybe combining that with pipe-lining makes a lot of sense to do....

enhancement