gilhari_autoincrement_example
Verified Safeby SoftwareTree
Overview
Demonstrates how to configure Gilhari ORM to use database-generated primary keys (autoincrement IDs) for JSON objects in a RESTful microservice.
Installation
docker run -d -p 80:8081 --name gilhari_autoincrement_example_app gilhari_autoincrement_exampleSecurity Notes
The server exposes a RESTful API over HTTP, as is its purpose. It uses a base Docker image (softwaretree/gilhari), assuming the security of that base. No obvious malicious components, obfuscation, or arbitrary code execution (`eval`) detected. Standard microservice network exposure is the primary consideration.
Similar Servers
ols4
A repository for biomedical ontologies, providing a website, REST API, and MCP server for accessing the latest ontology versions.
saleor-mcp
Provides a Python-based GraphQL API server, likely serving as a backend microservice or API for a Saleor e-commerce ecosystem.
gilhari_example1
A basic example demonstrating a RESTful microservice for JSON object CRUD operations using Gilhari ORM and Docker.
postgrest-mcp
A PostgREST MCP (Model Context Protocol) server that uses OAuth2 for authentication and integrates with PostgREST APIs.