File tree Expand file tree Collapse file tree 2 files changed +32
-8
lines changed Expand file tree Collapse file tree 2 files changed +32
-8
lines changed Original file line number Diff line number Diff line change 9
9
10
10
## Our Privacy Pledge
11
11
12
- The ` sqlc ` program does not collect any information. It does not send crash
13
- reports to a third-party. It does not gather anonymous aggregate user behaviour
14
- analytics.
12
+ The ` sqlc ` command line tool does not collect any information. It
13
+ does not send crash reports to a third-party. It does not gather anonymous
14
+ aggregate user behaviour analytics.
15
15
16
16
No analytics.
17
17
No finger-printing.
18
18
No tracking.
19
19
20
20
Not now and not in the future.
21
21
22
- ## Distribution Channels
22
+ ### Distribution Channels
23
23
24
24
We distribute sqlc using popular package managers such as
25
25
[ Homebrew] ( https://brew.sh/ ) and [ Snapcraft] ( https://snapcraft.io/ ) . These
@@ -28,3 +28,27 @@ metrics.
28
28
29
29
We use these services to make it easy to for users to install sqlc. There will
30
30
always be an option to download sqlc from a stable URL.
31
+
32
+ ## Hosted Services
33
+
34
+ We provide a few hosted services in addition to the sqlc command line tool.
35
+
36
+ ### sqlc.dev
37
+
38
+ * Hosted on [ GitHub Pages] ( https://pages.github.com/ )
39
+ * Analytics with [ Plausible] ( https://plausible.io/privacy-focused-web-analytics )
40
+
41
+ ### docs.sqlc.dev
42
+
43
+ * Hosted on [ Read the Docs] ( https://readthedocs.org/ )
44
+
45
+ ### play.sqlc.dev
46
+
47
+ * Hosted on [ Heroku] ( https://heroku.com )
48
+ * Playground data stored in [ Google Cloud Storage] ( https://cloud.google.com/storage )
49
+ * Automatically deleted after 30 days
50
+
51
+ ### api.sqlc.dev
52
+
53
+ * Hosted on [ Heroku] ( https://heroku.com )
54
+ * Error tracking and tracing with [ Sentry] ( https://sentry.io )
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ pytz==2021.1
15
15
recommonmark == 0.7.1
16
16
requests == 2.25.1
17
17
snowballstemmer == 2.1.0
18
- Sphinx == 3 .4.3
19
- sphinx-rtd-theme == 0.5.1
18
+ Sphinx == 4 .4.0
19
+ sphinx-rtd-theme == 1.0.0
20
20
sphinxcontrib-applehelp == 1.0.2
21
21
sphinxcontrib-devhelp == 1.0.2
22
- sphinxcontrib-htmlhelp == 1.0.3
22
+ sphinxcontrib-serializinghtml == 1.1.5
23
+ sphinxcontrib-htmlhelp == 2.0.0
23
24
sphinxcontrib-jsmath == 1.0.1
24
25
sphinxcontrib-qthelp == 1.0.3
25
- sphinxcontrib-serializinghtml == 1.1.4
26
26
urllib3 == 1.26.5
You can’t perform that action at this time.
0 commit comments