@pgplex/pgconsole 1.0.5 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,21 +1,99 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 Tianzhou
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ pgconsole Source Available License
2
+
3
+ Copyright (c) 2025 Bytebase
4
+
5
+ Acceptance
6
+ ----------
7
+
8
+ By using the software, you agree to all of the terms and conditions below.
9
+
10
+ Grant of Rights
11
+ ---------------
12
+
13
+ The licensor hereby grants you a non-exclusive, royalty-free, worldwide,
14
+ non-sublicensable, non-transferable license to use, copy, distribute, make
15
+ available, and prepare derivative works of the software, in each case subject
16
+ to the limitations and conditions below.
17
+
18
+ Limitations
19
+ -----------
20
+
21
+ You may not provide the software to third parties as a hosted or managed
22
+ service, where the service provides users with access to any substantial set
23
+ of the features or functionality of the software.
24
+
25
+ You may not move, change, disable, or circumvent the license key functionality
26
+ in the software, and you may not remove or obscure any functionality in the
27
+ software that is protected by the license key.
28
+
29
+ Patents
30
+ -------
31
+
32
+ The licensor grants you a license, under any patent claims the licensor can
33
+ license, or becomes able to license, to make, have made, use, sell, offer for
34
+ sale, import and have imported the software, in each case subject to the
35
+ limitations and conditions in this license. This license does not cover any
36
+ patent claims that you cause to be infringed by modifications or additions to
37
+ the software. If you or your company make any written claim that the software
38
+ infringes or contributes to infringement of any patent, your patent license
39
+ for the software granted under these terms ends immediately. If your company
40
+ makes such a claim, your patent license ends immediately for work on behalf
41
+ of your company.
42
+
43
+ Notices
44
+ -------
45
+
46
+ You must ensure that anyone who gets a copy of any part of the software from
47
+ you also gets a copy of these terms.
48
+
49
+ If you modify the software, you must include in any modified copies a
50
+ prominent notice stating that you have modified the software.
51
+
52
+ No Other Rights
53
+ ---------------
54
+
55
+ These terms do not imply any licenses other than those expressly granted in
56
+ these terms.
57
+
58
+ Termination
59
+ -----------
60
+
61
+ If you use the software in violation of these terms, such use is not licensed,
62
+ and your license will automatically terminate. If the licensor provides you
63
+ with a notice of your violation, and you cease all violation of this license
64
+ no later than 30 days after you receive that notice, your license will be
65
+ reinstated retroactively. However, if you violate these terms after such
66
+ reinstatement, any additional violation of these terms will cause your license
67
+ to terminate automatically and permanently.
68
+
69
+ No Liability
70
+ ------------
71
+
72
+ As far as the law allows, the software comes as is, without any warranty or
73
+ condition, and the licensor will not be liable to you for any damages arising
74
+ out of these terms or the use or nature of the software, under any kind of
75
+ legal claim.
76
+
77
+ Definitions
78
+ -----------
79
+
80
+ The "licensor" is the entity offering these terms, Bytebase.
81
+
82
+ The "software" is the software the licensor makes available under these terms,
83
+ including any portion of it.
84
+
85
+ A "license key" is a mechanism used in the software to verify whether a user
86
+ has a valid license for features that require one.
87
+
88
+ To "modify" a work means to copy from or adapt all or part of the work in a
89
+ fashion requiring copyright permission other than making an exact copy. The
90
+ resulting work is called a "modified version" of the earlier work.
91
+
92
+ "You" refers to the individual or entity agreeing to these terms.
93
+
94
+ "Your company" is any legal entity, sole proprietorship, or other kind of
95
+ organization that you work for, plus all organizations that have control over,
96
+ are under the control of, or are under common control with that organization.
97
+ "Control" means ownership of substantially all the assets of an entity, or the
98
+ power to direct its management and policies by vote, contract, or otherwise.
99
+ Control can be direct or indirect.
package/README.md CHANGED
@@ -1,6 +1,21 @@
1
- # pgconsole
2
-
3
- Web-based PostgreSQL editor. Single binary, single config file, no database required. Connect your team to PostgreSQL with access control and audit logging built in.
1
+ <p align="center">
2
+ <a href="https://www.pgconsole.com">
3
+ <picture>
4
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/pgplex/pgconsole/main/src/assets/logo-dark-full.svg" />
5
+ <img src="https://raw.githubusercontent.com/pgplex/pgconsole/main/src/assets/logo-light-full.svg" alt="pgconsole" />
6
+ </picture>
7
+ </a>
8
+ </p>
9
+
10
+ <a href="https://www.star-history.com/#pgplex/pgconsole&Date">
11
+ <picture>
12
+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=pgplex/pgconsole&type=Date&theme=dark" />
13
+ <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=pgplex/pgconsole&type=Date" />
14
+ <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=pgplex/pgconsole&type=Date" />
15
+ </picture>
16
+ </a>
17
+
18
+ `pgconsole` is web-based PostgreSQL editor. Single binary, single config file, no database required. Connect your team to PostgreSQL with access control and audit logging built in.
4
19
 
5
20
  ## Features
6
21