-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (33 loc) · 1.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Language" content="en">
<title>SQL Frames Demo</title>
</head>
<body style="margin:0px;background-color:rgb(36,37,38);color:white;">
<div style="padding:5px;">
<h2><img style="vertical-align:middle" src="https://sqlframes.com/img/logo.min.svg" width="32"/> SQL Frames DEMO</h2>
</div>
<div style="padding:20px;background-color:rgb(37,194,160);color:initial;">
<h4>SQL Frames Low-code API</h4>
Below examples illustrate how to use <a href='https://sqlframes.com/'>SQL Frames</a>.
<ul>
<li><a href='./src/html/data_frame.html'>Embedding SQL Frames directly into an app</a></li>
<li><a href='./src/html/repl.html'>Using SQL Frames REPL App</a></li>
<li><a href='./src/html/dashboard.html'>Sample Dashboard</a></li>
</ul>
<h4>SQL Frames Designer</h4>
Below examples illustrate how to use <a href='https://sqlframes.com/docs-sf-designer/sqlframes-designer/intro'>SQL Frames Designer</a>.
<ul>
<li><a href="./src/html/sf_designer.html">SQL Frames Designer - Design Time</a></li>
<li><a href="./src/html/sf_viewer.html">SQL Frames Designer - Runtime</a></li>
</ul>
<h4>References</h4>
<ul>
<li><a href='https://sqlframes.com/tutorial'>SQL Frames Tutorial</a></li>
<li><a href='https://sqlframes.com/docs/sql_frames/intro'>SQL Frames Low-code API Docs</a></li>
<li><a href='https://sqlframes.com/docs-sf-designer/sqlframes-designer/intro'>SQL Frames Designer Docs</a></li>
</ul>
</div>
</body>
</html>