prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
583 stars 61 forks source link

chore: sort query params #314

Open janpio opened 3 years ago

janpio commented 3 years ago

This PR resorts some code and docs by applying some "order" to the query params and related code:

  1. General database options
  2. SSL Options
  3. Connection related things (Timeout, Pool)
  4. Sockets
  5. Internal/advanced config

Along the was some small bugs were also fixed (see comments).