Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Add schema for db package! #38

Merged
merged 2 commits into from
Jul 14, 2020
Merged

Add schema for db package! #38

merged 2 commits into from
Jul 14, 2020

Conversation

aboodman
Copy link
Contributor

🎉

I just wanted to write this out. Feels good to be back up to the top level.

@aboodman aboodman requested a review from phritz July 12, 2020 07:04
@aboodman
Copy link
Contributor Author

@phritz I used the nomenclature from your most recent design doc changes. I still don't have a better name for this layer than db, suggestions welcome.

@whiten
Copy link
Contributor

whiten commented Jul 13, 2020

Just wanted to point out tool/flatc.sh, which you should wire this into. If you want to just copy and paste for now I can come back and turn it into a loop over the set of found .fbs source later.

It's interesting (but I guess makes sense) that neither cargo fmt nor cargo clippy notice this new module because it isn't referenced by src/lib.rs.

Copy link
Contributor

@phritz phritz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@@ -0,0 +1,32 @@
namespace commit;

table LocalMeta {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we put comments in the definition files? if so I think it would be helpful. f

@aboodman
Copy link
Contributor Author

Comments addressed in 8a3713a

@aboodman aboodman merged commit 7c7262b into master Jul 14, 2020
@aboodman aboodman deleted the db branch April 8, 2021 20:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants