minigraf 0.25.0

Zero-config, single-file, embedded graph database with bi-temporal Datalog queries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <title>Minigraf Browser Demo</title>
</head>
<body>
  <h1>Minigraf Browser Demo</h1>
  <p>Open the browser console (F12) to see query results.</p>
  <script type="module" src="app.js"></script>
</body>
</html>