Skip to content
New issue

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

SQLite selfTest #963

Closed
brodycj opened this issue Jan 11, 2017 · 3 comments
Closed

SQLite selfTest #963

brodycj opened this issue Jan 11, 2017 · 3 comments

Comments

@brodycj
Copy link

brodycj commented Jan 11, 2017

First I would like to thank your team for supporting sqlite in general. I think it is one of the harder plugins to support.

I did notice that sqlite.ts supports the echoTest function. I think it would be great if you can support selfTest as well. The echoTest verifies basic plugin installation and that the code does wait for the deviceready event. The selfTest function also verifies that the sqlite plugin can actually create a database, execute the CRUD (create, read, update, and delete) operations, and verify the results.

In addition it would be nice if the documentation can describe how the user should use echoTest (and selfTest) and why (verify basic installation, etc).

@danielsogl
Copy link
Owner

added: 241f073

@brodycj
Copy link
Author

brodycj commented Mar 16, 2018

added: 241f073

Does this actually call selfTest on cordova-sqlite-storage plugin?

@danielsogl
Copy link
Owner

Sure!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants