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

box.space compatible API #56

Open
no1seman opened this issue Mar 27, 2021 · 0 comments
Open

box.space compatible API #56

no1seman opened this issue Mar 27, 2021 · 0 comments
Milestone

Comments

@no1seman
Copy link
Contributor

As DDL module is a high-level interface for compatibility of different versions of Tarantool it must have API maximally compatible with the structure of box.space*. Now ddl.get_schema() have the following problems (the list may not be complete):

  1. ddl.get_schema().spaces[] whereas box.space[]
  2. ddl.get_schema().spaces[].indexes whereas box.space[].index
  3. ddl.get_schema().spaces[].indexes doesn't contain an id field
  4. ddl.get_schema().spaces[] doesn't contain an ck_constraint description
@Totktonada Totktonada added this to the wishlist milestone Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants