UNPKG

ydn.db

Version:

Javascript database library for IndexedDB, WebDatabase (WebSQL) and WebStorage (localStorage) storage mechanisms supporting version migration, advanced query and transaction workflow.

14 lines 421 B
<!DOCTYPE html> <html> <head> <title>Websql Unique Index test</title> </head> <body> <h3>Websql Unique Index test</h3> <p>See test result on console.</p> <button onclick="deleteDb()">Delete db</button> <button onclick="doTest1()">Test 1</button> <button onclick="doTest2()">Test 2 unique constraint</button> <script type="text/javascript" src="websql-unique-index.js"></script> </body> </html>