Closed
Description
At now (version 1.6.5 of tarantool connector), the only way to define a schema is use annotate variables whose names are the names used in tarantool.
It should be useful to allowing to pass this information in a programmatic way: for example instead of
TarantoolConnection16#schema(T schema)
a method as
TarantoolConnection16#schema(String spaceId, String indexId)
in order to allowing to load this information from a configuration file, for example.
Regards,
Paolo
Metadata
Metadata
Assignees
Labels
No labels