Skip to content

Commit bd94f13

Browse files
committed
updated "What is DynAPI?"
1 parent f3b6b7d commit bd94f13

File tree

1 file changed

+9
-2
lines changed
  • src/webpage/en/guide/what-is-dynapi

1 file changed

+9
-2
lines changed

src/webpage/en/guide/what-is-dynapi/index.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ Just want to try it out? Skip to the [Quickstart](../quickstart/index.md).
3535

3636
- **Temporary Backend**
3737

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.
3940

4041
- **Development**
4142

@@ -44,7 +45,8 @@ Just want to try it out? Skip to the [Quickstart](../quickstart/index.md).
4445

4546
- **Production**
4647

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.
4850

4951
- **Export Tool**
5052

@@ -69,6 +71,11 @@ While DynAPI (v1) could only work with PostgreSQL databases, the new DynAPI supp
6971

7072
## Supported Databases
7173

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.
77+
</small>
78+
7279
<ul id="dbms-list">
7380
<li v-for="database in databases">
7481
<a :href="database.href">

0 commit comments

Comments
 (0)