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
Why are parts of the wiki written in Portuguese? The index of the wiki and the readme is written English but all subpages are written in Portuguese.
The examples have table/attribute names in ALL CAPS which SQLite uses to distinguish reserved words in its notation.
The documentation doesn't provide a delete row example. ie
sqlite.run("DELETE FROM client WHERE id = ?;",[input.id], function(res){ });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Why are parts of the wiki written in Portuguese? The index of the wiki and the readme is written English but all subpages are written in Portuguese.
The examples have table/attribute names in ALL CAPS which SQLite uses to distinguish reserved words in its notation.
The documentation doesn't provide a delete row example.
ie
The text was updated successfully, but these errors were encountered: