nostrdb

an unfairly fast embedded nostr database backed by lmdb
git clone git://jb55.com/nostrdb
Log | Files | Refs | Submodules | README | LICENSE

reflection-doc-example.sh (121B)


      1 #!/bin/sh
      2 PREFIX=reflection_Field_vec_
      3 FLATCC=bin/flatcc
      4 SCHEMA=reflection/reflection.fbs
      5 
      6 . $(dirname $0)/flatcc-doc.sh