UNPKG

lokijs

Version:

Fast document oriented javascript in-memory database

23 lines (19 loc) 337 B
<!DOCTYPE html> <html> <head> <title>LokiJS Examples</title> <script src="../src/lokijs.js"></script> <script src="example.js"></script> </head> <body> <h1>LokiJS Examples</h1> Load up the console and see it happen! <script type="text/javascript"> try { runExample(); } catch(err){ trace(err); } </script> </body> </html>