Firebird rust driver status for Firebird Advent 2020 ⛄
https://qiita.com/advent-calendar/2020/firebird
Last version released is 0.13.0 with a few changes.
Rust firebird github repository is located here
https://github.com/fernandobatels/rsfbclient
Crates page is here
https://crates.io/crates/rsfbclient
Docs are located here
https://docs.rs/rsfbclient/0.13.0/rsfbclient/
More examples in the github repository
https://github.com/fernandobatels/rsfbclient/tree/master/examples
Cool features : connection to the firebird db can be made in embeeded mode if is on the same machine
also using the libfbclient to a remote server or using the pure rust implementation 😀
https://docs.rs/rsfbclient/0.13.0/rsfbclient/builders/struct.NativeConnectionBuilder.html
Another interesting project is rbfbclient : A new version of Firebird Extension Library for Ruby using Rust instead of C for binding of firebird API.
No comments:
Post a Comment