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
* API Documentation is available at [here](/docs/api.md).
14
20
* The [example](/examples) contains a simple example of how to use the TranJS framework.
@@ -53,11 +59,6 @@ Execute Query Chansu 100
53
59
Commit Transaction (id: ae8wml5i78rt) # Transaction committed when transfer() finished
54
60
```
55
61
56
-
## Feature
57
-
* Provide declarative database transaction
58
-
* Typescript Native
59
-
* No dependencies
60
-
61
62
## The reason why made this
62
63
While developing software requiring robust transaction management, I needed a way to group multiple query executions into a single transaction. Initially, I used anonymous functions, referred to as _Executables_, to achieve this. However, this approach was complex, required extra boilerplate code, and made it difficult for new developers to understand.
* API Documentation is available at [here](/docs/api.md).
14
20
* The [example](/examples) contains a simple example of how to use the TranJS framework.
@@ -53,11 +59,6 @@ Execute Query Chansu 100
53
59
Commit Transaction (id: ae8wml5i78rt) # Transaction committed when transfer() finished
54
60
```
55
61
56
-
## Feature
57
-
* Provide declarative database transaction
58
-
* Typescript Native
59
-
* No dependencies
60
-
61
62
## The reason why made this
62
63
While developing software requiring robust transaction management, I needed a way to group multiple query executions into a single transaction. Initially, I used anonymous functions, referred to as _Executables_, to achieve this. However, this approach was complex, required extra boilerplate code, and made it difficult for new developers to understand.
0 commit comments