We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This has multiple parts:
a) It should be easy to pip install to use.
i.e I just want to setup the sql file to use once (generally you don't have to change that once setup) and just query as:
query = Ln2sql.to_query(sentence)
b) Thinking about reasonable defaults. eg. english as default, specifying the db file once when initialising the class and then doing as in a)
The text was updated successfully, but these errors were encountered:
Have a look at ln2sqlmodule to install via pip
pip install ln2sqlmodule
Sorry, something went wrong.
No branches or pull requests
This has multiple parts:
a) It should be easy to pip install to use.
i.e I just want to setup the sql file to use once (generally you don't have to change that once setup) and just query as:
query = Ln2sql.to_query(sentence)
b) Thinking about reasonable defaults. eg. english as default, specifying the db file once when initialising the class and then doing as in a)
The text was updated successfully, but these errors were encountered: