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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@
3
3
# atest-ext-store-orm
4
4
ORM database Store Extension for API Testing
5
5
6
-
This project provides an ORM-based database store extension for API testing, simplifying data storage and retrieval operations. It supports various databases including SQLite, MySQL, and others, making it versatile for different testing environments.
6
+
This project provides an ORM-based database store extension for API testing, simplifying data storage and retrieval operations. It supports various databases including SQLite, MySQL, PostgreSQL, TDengine, and others, making it versatile for different testing environments.
7
7
8
8
## Features
9
9
- Simplified database operations using ORM.
10
10
- Integration with API testing frameworks.
11
-
- Support for multiple databases (SQLite, MySQL, etc.).
11
+
- Support for multiple databases (SQLite, MySQL, PostgreSQL, TDengine, etc.).
12
12
13
13
## Usage
14
14
To use this extension in your API testing project, follow these steps:
0 commit comments