File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010## Our Privacy Pledge
1111
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.
1515
1616No analytics.
1717No finger-printing.
1818No tracking.
1919
2020Not now and not in the future.
2121
22- ## Distribution Channels
22+ ### Distribution Channels
2323
2424We distribute sqlc using popular package managers such as
2525[ Homebrew] ( https://brew.sh/ ) and [ Snapcraft] ( https://snapcraft.io/ ) . These
@@ -28,3 +28,27 @@ metrics.
2828
2929We use these services to make it easy to for users to install sqlc. There will
3030always 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
1515recommonmark == 0.7.1
1616requests == 2.25.1
1717snowballstemmer == 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
2020sphinxcontrib-applehelp == 1.0.2
2121sphinxcontrib-devhelp == 1.0.2
22- sphinxcontrib-htmlhelp == 1.0.3
22+ sphinxcontrib-serializinghtml == 1.1.5
23+ sphinxcontrib-htmlhelp == 2.0.0
2324sphinxcontrib-jsmath == 1.0.1
2425sphinxcontrib-qthelp == 1.0.3
25- sphinxcontrib-serializinghtml == 1.1.4
2626urllib3 == 1.26.5
You can’t perform that action at this time.
0 commit comments