Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 480 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 480 Bytes

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.