2021-06-05 weight 0.3.0 をつくった
weight 0.3.0 をつくった。これは rust365 という取り組み ([2021-05-14]) のひとつで [bouzuya/rust-sandbox] に置いてある。
--data-file の形式を指定するための --data-file-type を追加した。そして sqlite という値を指定できるようにした。
実装として sqlx と sqlite を試している。とりあえずテーブルがなければ CREATE TABLE することや SELECT や INSERT をしている。
[bouzuya/rust-examples] に sqlx-sqlite を追加してそこで試したい。
今日のコミット。
- rust-sandbox 5 commits
- rust-atcoder 1 commit
- tokiomarine2020 a, b, c [2021-05-14]: https://blog.bouzuya.net/2021/05/14/ [bouzuya/rust-examples]: https://github.com/bouzuya/rust-examples [bouzuya/rust-sandbox]: https://github.com/bouzuya/rust-sandbox