architxt.cli.export#
Functions
|
Export the database as a property graph. |
- architxt.cli.export.export_graph(database=typer.Argument(..., help='Path to load the database.', exists=True, readable=True), *, uri=typer.Option(..., help='Database connection string.'), username=typer.Option('neo4j', help='Username to use for authentication.'), password=typer.Option(None, help='Password to use for authentication.'))[source]#
Export the database as a property graph.
- Return type: