Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document standard DB types #38

Open
oberstet opened this issue Apr 12, 2020 · 1 comment
Open

Document standard DB types #38

oberstet opened this issue Apr 12, 2020 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@oberstet
Copy link
Contributor

Document the "standard" DB types and their corresponding Python types we are using in XBR (and generally in CFXDB):

  • Python <=> Flatbuffers
  • np.datetime64 <=> uint64 (timestamp)
  • uuid.UUID <=> [uint8] (uuid)
  • ...
@oberstet oberstet added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 12, 2020
@oberstet
Copy link
Contributor Author

oberstet commented Apr 12, 2020

we are using custom flatbuffer attributes to mark our subtypes, eg

attribute timestamp;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant