nervatura 6.0.1 → 6.0.3
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 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,8 +31,7 @@ The framework includes:
|
|
|
31
31
|
- HTTP/2-based [**gRPC API**](https://nervatura.github.io/nervatura/grpc/) for server-side communication
|
|
32
32
|
- [**MCP**](https://nervatura.github.io/nervatura/mcp/) (Model Context Protocol) for LLM integration
|
|
33
33
|
- built-in database drivers for postgres, mysql, mssql, sqlite databases
|
|
34
|
-
- a basic report generation library for creating simple PDF documents (eg. order, invoice, etc.)
|
|
35
|
-
or CSV data files
|
|
34
|
+
- a basic report generation library for creating simple PDF documents (eg. order, invoice, etc.) or CSV data files
|
|
36
35
|
- sample report templates and [**Report Editor**](https://nervatura.github.io/nervatura/editor/) extension
|
|
37
36
|
- [**Nervatura Client**](https://nervatura.github.io/nervatura/client/) responsive graphical user interface
|
|
38
37
|
|