We need falcon-core to return a graph representation of the database. The implementation should work for SQLite initially. We need to agree on a JSON representation for the graph representation.
sqleton has code for getting the relationships for SQLite
We need
falcon-core
to return a graph representation of the database. The implementation should work for SQLite initially. We need to agree on a JSON representation for the graph representation.sqleton has code for getting the relationships for SQLite
See https://github.com/falcon-client/falcon/issues/22 for the UI implementation.
We'll need this AST parser for the SQL syntax to easily get the constraints and other data. See this website for an example of the AST
Proposed API:
All sqlite constraints:
Tasks
getTablePropertiesSql()
dropTable()