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: src/webpage/en/guide/what-is-dynapi/index.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,8 @@ Just want to try it out? Skip to the [Quickstart](../quickstart/index.md).
35
35
36
36
-**Temporary Backend**
37
37
38
-
DynAPI's easy-to-setup system can be used perfectly to get a backend for smaller or short-living projects.
38
+
DynAPI's easy-to-setup system can be used perfectly to get a backend for smaller or short-living projects.
39
+
This is particularly helpful when time or budget is limited.
39
40
40
41
-**Development**
41
42
@@ -44,7 +45,8 @@ Just want to try it out? Skip to the [Quickstart](../quickstart/index.md).
44
45
45
46
-**Production**
46
47
47
-
While DynAPI can be used as a temporary- or development- backend. It is fully capable to run in production and handle hundreds (if not thousands) of requests simultaneously.
48
+
While DynAPI could be used as only a temporary- or development- backend.
49
+
It is fully capable to run in production and handle hundreds (if not thousands) of requests simultaneously.
48
50
49
51
-**Export Tool**
50
52
@@ -69,6 +71,11 @@ While DynAPI (v1) could only work with PostgreSQL databases, the new DynAPI supp
69
71
70
72
## Supported Databases
71
73
74
+
<small>
75
+
As DynAPI is currently under development most databases can't be used yet.
76
+
The focus will be SQLite and PostgreSQL while the support for other databases is gradually added.
0 commit comments