aboutsummaryrefslogtreecommitdiff
path: root/query-executor-wrapper.html
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-02-10 16:25:01 +0000
committerJames Barnett <noreply@jamesbarnett.xyz>2018-02-10 16:25:01 +0000
commit2f5c1d2b2f75026003e40187bffa0da3de52df26 (patch)
treea5c85d96e8cfe1c50334ada3a8dcd7639504610a /query-executor-wrapper.html
parent377efef8c6a4134a2f1f796f1f04d586256986e3 (diff)
downloadsql-plus-plus-2f5c1d2b2f75026003e40187bffa0da3de52df26.tar.xz
sql-plus-plus-2f5c1d2b2f75026003e40187bffa0da3de52df26.zip
Perform query execution on separate thread
Diffstat (limited to 'query-executor-wrapper.html')
-rw-r--r--query-executor-wrapper.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/query-executor-wrapper.html b/query-executor-wrapper.html
new file mode 100644
index 0000000..68c0356
--- /dev/null
+++ b/query-executor-wrapper.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <script>require("./query-executor.js");</script>
+ </head>
+ <body/>
+</html> \ No newline at end of file