/flat_sqlite_rs

Sqlite3 extension to collect sql rows, and spit out flatbuffers, with rust

Primary LanguageRustMIT LicenseMIT

flat_sqlite_rs

Sqlite3 extension to collect sql rows, and spit out flatbuffers, with rust

About

This is part of an experiment with sqlite3 extensions in rust and flex- and flatbuffers.

Conclusion

It seems that the base64 payload of flatbuffers are a lot larger than flexbuffers All we need now is a magic attribute that generates the packing and unpacking code for flexbuffers.