Skip to content

Commit 0e569f1

Browse files
committed
get rid of reference to psycopg
1 parent 4460955 commit 0e569f1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
An [SQL](https://en.wikipedia.org/wiki/SQL) command line interface ([CLI](https://en.wikipedia.org/wiki/Command-line_interface)) that's similar to Oracle®'s [SQL*Plus](https://www.oreilly.com/library/view/oracle-sqlplus-the/0596007469/), except it works for PostgreSQL.
66

7-
`PluSQL` is written in Python3 and leverages [psycopg](https://www.psycopg.org) to access Postgres. This is still a pre-alpha project. In these early days I am building the basic plumbing.
7+
`PluSQL` is written in Python3 and runs on Windows or Linux . It is still a pre-alpha project. In these early days I am building the basic plumbing.
88

99
Our customer friendly licensing model is [SSPL](https://en.wikipedia.org/wiki/Server_Side_Public_License) which is a source-available model based on [GPL3](https://www.gnu.org/licenses/agpl-3.0.en.html) with the addition of a new section (Section 13) that requires that those making SSPL-licensed software available to third-parties (modified or not) as part of a "service" must release the source code for the entirety of the service.
1010

plusql.py renamed to src/plusql.py

File renamed without changes.

0 commit comments

Comments
 (0)