You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@ In Short: Open Panthera is an SQL builder and migration tool. \
6
6
Open Panthera is a straightforward solution for enforcing data management on SQL, making it easier for different systems to access the same data collections. \
7
7
The primary logic is simple outside the database only calls the inbuild functions and procedures. So the system SQL injection prof and easily portable to other technologies.
8
8
9
-
10
9
Panthera has four versions.
11
10
1. Open Panthera is an easy-to-use open-source implementation built in python. (Alpha state)
12
11
2. Noname Panthera a nodejs/deno/bun implementation. (Working in Progress)
@@ -30,9 +29,6 @@ Panthera logic has performance benefits. \
30
29
1. It is not suitable for Domain-Driven Design (DDD) development, and the benefits of Panthera for Continuous Integration (CI) development are questionable.
31
30
1. In my view, this system has no benefit on most SAAP solutions.
32
31
33
-
34
-
35
-
36
32
Using Panthera requires significant additional development time and is not suitable for Domain-Driven Design (DDD) development.
37
33
The benefits of Panthera for Continuous Integration (CI) development are also questionable.
38
34
@@ -65,6 +61,7 @@ It's important to note that Panthera does not manage the server itself; that nee
65
61
The open Panthera has two control interfaces:
66
62
1. the command line interface ``` python3 -m openPanthera.cli ```
67
63
1. the menu interface. ```python3 -m openPanthera.menu``` .
64
+
68
65
Both interfaces have the same commands.
69
66
The Panthera interface is a simple command interface, but this may change in the future.
70
67
If it does change, the menu should be renamed to "com," and a real menu interface will be implemented.
@@ -89,19 +86,15 @@ All directory tree-related commands belong to this module.
89
86
Build command. This runs the build scripts. However, some build functions execute functions that belong to different modules.
90
87
For example bc. Call a destroy before building everything again.
91
88
92
-
93
89
### x
94
90
95
91
This is a destructive module.
96
92
Every destroy function belongs to that module.
97
93
98
-
99
-
100
94
### migration or m
101
95
102
96
This is a data migration module has two functions backup and restore.
103
97
104
-
105
98
## Types.
106
99
107
100
In our system, there are 20 different types. Among them, there are 12 script types, and 8 virtual types.
0 commit comments