Skip to content

Commit d1d5d0d

Browse files
committed
typeo
Signed-off-by: Soldy <[email protected]>
1 parent 408ee81 commit d1d5d0d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ In Short: Open Panthera is an SQL builder and migration tool. \
66
Open Panthera is a straightforward solution for enforcing data management on SQL, making it easier for different systems to access the same data collections. \
77
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.
88

9-
109
Panthera has four versions.
1110
1. Open Panthera is an easy-to-use open-source implementation built in python. (Alpha state)
1211
2. Noname Panthera a nodejs/deno/bun implementation. (Working in Progress)
@@ -30,9 +29,6 @@ Panthera logic has performance benefits. \
3029
1. It is not suitable for Domain-Driven Design (DDD) development, and the benefits of Panthera for Continuous Integration (CI) development are questionable.
3130
1. In my view, this system has no benefit on most SAAP solutions.
3231

33-
34-
35-
3632
Using Panthera requires significant additional development time and is not suitable for Domain-Driven Design (DDD) development.
3733
The benefits of Panthera for Continuous Integration (CI) development are also questionable.
3834

@@ -65,6 +61,7 @@ It's important to note that Panthera does not manage the server itself; that nee
6561
The open Panthera has two control interfaces:
6662
1. the command line interface ``` python3 -m openPanthera.cli ```
6763
1. the menu interface. ```python3 -m openPanthera.menu``` .
64+
6865
Both interfaces have the same commands.
6966
The Panthera interface is a simple command interface, but this may change in the future.
7067
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.
8986
Build command. This runs the build scripts. However, some build functions execute functions that belong to different modules.
9087
For example bc. Call a destroy before building everything again.
9188

92-
9389
### x
9490

9591
This is a destructive module.
9692
Every destroy function belongs to that module.
9793

98-
99-
10094
### migration or m
10195

10296
This is a data migration module has two functions backup and restore.
10397

104-
10598
## Types.
10699

107100
In our system, there are 20 different types. Among them, there are 12 script types, and 8 virtual types.

0 commit comments

Comments
 (0)