forked from sqlpad/sqlpad
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
53 lines (44 loc) · 3.14 KB
/
Copy pathindex.xml
File metadata and controls
53 lines (44 loc) · 3.14 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>News and updates on SQLPad - A web app for running SQL queries and visualizing the results</title>
<link>https://rickbergfalk.github.io/sqlpad/posts/</link>
<description>Recent content in News and updates on SQLPad - A web app for running SQL queries and visualizing the results</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Thu, 23 Mar 2017 00:00:00 +0000</lastBuildDate>
<atom:link href="https://rickbergfalk.github.io/sqlpad/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Version 3 Released</title>
<link>https://rickbergfalk.github.io/sqlpad/posts/version-3-available/</link>
<pubDate>Mon, 02 Sep 2019 17:54:50 -0500</pubDate>
<guid>https://rickbergfalk.github.io/sqlpad/posts/version-3-available/</guid>
<description>SQLPad version 3 has finally been released and tagged as stable.
It consists of a significant UI update, a change in configuration management, and a stronger focus on automated Docker builds. It has been in &ldquo;beta&rdquo; for quite some time, and if you are running the latest docker image or running a recent build of master you are already using it.
Editor-First UI Refresh UI components previously based on React Bootstrap UI components are now replaced by custom React components.</description>
</item>
<item>
<title>Version 3 beta now available</title>
<link>https://rickbergfalk.github.io/sqlpad/posts/version-3-beta/</link>
<pubDate>Tue, 25 Jun 2019 21:14:48 -0400</pubDate>
<guid>https://rickbergfalk.github.io/sqlpad/posts/version-3-beta/</guid>
<description>Version 3 beta has been published to npm &amp; docker. If you&rsquo;ve been using the latest docker image the last few weeks, you&rsquo;ve also been using it.
When installing via npm referencing exact version or beta tag running the following command npm install sqlpad@beta -g.
SQLPad v3 is backwards-compatible with SQLPad v2 database files, and is mostly a UI redesign/refresh and a large file structure change. Give it a try and if you aren&rsquo;t ready for it roll back to v2 and everything should still work.</description>
</item>
<item>
<title>Installation & Administration (v2)</title>
<link>https://rickbergfalk.github.io/sqlpad/posts/installation-and-administration/</link>
<pubDate>Sun, 28 Jan 2018 11:51:31 -0500</pubDate>
<guid>https://rickbergfalk.github.io/sqlpad/posts/installation-and-administration/</guid>
<description>Installation SQLPad can be installed on Mac, Linux, and Windows.
In order to install SQLPad, you&rsquo;ll first need to install Node.js.
Once node is installed, open up a command line and run
npm install sqlpad -g
This will install the SQLPad command line utility used to run a SQLPad server.
To spin up a SQLPad Server, type the following from the command line:
sqlpad
To get help and see parameters:</description>
</item>
</channel>
</rss>