nervatura 5.1.1 → 5.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ The framework includes:
|
|
|
24
24
|
- standard HTTP [**RESTful API**](https://nervatura.github.io/nervatura/docs/service/api) for client communication
|
|
25
25
|
- HTTP/2-based [**gRPC API**](https://nervatura.github.io/nervatura/docs/service/grpc) for server-side communication
|
|
26
26
|
- JWT generation, external token validation, SSL/TLS support and other HTTP security [settings](https://github.com/nervatura/nervatura-service/blob/master/.env.example)
|
|
27
|
-
- built-in database drivers for postgres, mysql, sqlite databases
|
|
27
|
+
- built-in database drivers for postgres, mysql, mssql, sqlite databases
|
|
28
28
|
- a basic report generation library for creating simple PDF documents (eg. order, invoice, etc.)
|
|
29
29
|
or CSV data files
|
|
30
30
|
- sample report templates and [**REPORT EDITOR**](https://nervatura.github.io/nervatura/docs/client/program/editor) GUI
|