Skip to content

Create subcommands to translate two types of queries #63

Description

@temikfart

There are two types of queries:

  • which migrate database schema (DDL);
  • which migrate database data (DML).

I suggest to separate translation for each type of queries. We can create subcommands. It can be:

  • Use scc schema [OPTIONS] to translate schema migration queries and produce json with graph structure;
  • Use scc data [OPTIONS] to translate data migration queries and produce Cypher queries, to create graph in Neo4j GDBMS.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions