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
Hello, In the documentation from the README you give an example (in General Guide for Using section) :
"CREATE table (id INTEGER PRIMARY KEY, data TEXT);"
Should be
"CREATE TABLE table (id INTEGER PRIMARY KEY, data TEXT);"
The text was updated successfully, but these errors were encountered:
Also in the section An Array of SQL Statement Objects, a " is missing at the end of the SQL instruction
Sorry, something went wrong.
No branches or pull requests
Hello,
In the documentation from the README you give an example (in General Guide for Using section) :
Should be
The text was updated successfully, but these errors were encountered: