-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (18 loc) · 803 Bytes
/
index.html
File metadata and controls
26 lines (18 loc) · 803 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Snaplet Docs</title>
</head>
<body>
<h1>Goodbye world</h1>
Snaplet, the company, has shut down but our tools are now open source!
<h2>Seed</h2>
Automatically seed your database with production-like dummy data based on your schema for local development and testing.
<a href="https://snaplet-seed.netlify.app/seed/getting-started/overview">Docs</a> | <a href="https://github.com/snaplet/seed">GitHub</a>
<h2>Snapshot</h2>
Capture a snapshot (or subset) of your Postgres database whilst transforming the data.
<a href="https://snaplet-snapshot.netlify.app/">Docs</a> | <a href="https://github.com/snaplet/snapshot">GitHub</a>
</body>
</html>