Electron100 / butane

An ORM for Rust with a focus on simplicity and on writing Rust, not SQL
Apache License 2.0
91 stars 13 forks source link

Add JSON support #38

Closed jayvdb closed 1 year ago

jayvdb commented 1 year ago

Closes https://github.com/Electron100/butane/issues/27

Tests are passing.

Depends on https://github.com/Electron100/butane/pull/37 to clear most of the lint errors. Then I can use clippy to tidy this PR up a bit.

jayvdb commented 1 year ago

@Electron100 , Thanks for merging #37 - this PR is now green and ready for review.

Electron100 commented 1 year ago

Thanks for doing this!