Skip to content

More flexible schema declaration #10

Closed
@PaoloAchdjian

Description

@PaoloAchdjian

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions