Jonathan M. Altman jonathan
  • Joined on Nov 12, 2020
Loading Heatmap…

jonathan pushed to master at jonathan/rust-db-play

  • 4ec318f3d7 WIP Postgres support Postgres support part way in. However, it does not support a nice Map<String, Value> class to handle things easily without defining a mapping struct in Rust.

4 years ago

jonathan pushed to master at jonathan/rust-db-play

  • 8da87f3b60 Factored out to pass connection pool, not pooled connection Switched around to pass around the connection pool from which to get a new connection. rather than a pooled connection already pulled off the pool.
  • bf70097b08 Sqlite factored, command line parse, postgres add Factored out the sqlite functionality into functions below main, implemented command line parsing, and stubbed in postgres as a 2nd database. Postgres implementation is not started yet, just stub entrypoint for it to be fleshed out later.
  • fd9b166c85 Initial cut of rust-db-play Testing out some thing on how Rust handles deserialization from db rows into JSON.

4 years ago

jonathan created repository jonathan/rust-db-play

4 years ago