{"id":43654718,"url":"https://github.com/bytelab-studio/syntra","last_synced_at":"2026-02-04T20:31:43.129Z","repository":{"id":262088971,"uuid":"885534303","full_name":"bytelab-studio/syntra","owner":"bytelab-studio","description":"A modular RESTful API Server","archived":false,"fork":false,"pushed_at":"2025-09-05T08:37:06.000Z","size":286,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-11T02:24:17.758Z","etag":null,"topics":["framework","restful","server"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bytelab-studio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-08T19:19:54.000Z","updated_at":"2025-09-04T09:11:46.000Z","dependencies_parsed_at":"2024-12-07T17:17:31.081Z","dependency_job_id":"75113497-e436-4dc7-ad71-552db9778071","html_url":"https://github.com/bytelab-studio/syntra","commit_stats":null,"previous_names":["bytelab-studio/syntra"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/bytelab-studio/syntra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytelab-studio%2Fsyntra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytelab-studio%2Fsyntra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytelab-studio%2Fsyntra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytelab-studio%2Fsyntra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytelab-studio","download_url":"https://codeload.github.com/bytelab-studio/syntra/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytelab-studio%2Fsyntra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29095391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T20:17:23.003Z","status":"ssl_error","status_checked_at":"2026-02-04T20:16:36.396Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["framework","restful","server"],"created_at":"2026-02-04T20:31:42.557Z","updated_at":"2026-02-04T20:31:43.123Z","avatar_url":"https://github.com/bytelab-studio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Syntra\n\nA Modular RESTful API Server\n\n## Short Overview\n\n**Syntra** is a modular RESTful API server designed to bring a structured approach to building APIs. It includes:\n- Built-in **Swagger** documentation\n- Automatically generated **CRUD** operations\n- Built-in **security** mechanisms\n- **JWT authentication** for secure access\n- Extensible architecture through **plugins**\n\n## Why Choose Syntra?\n\nSyntra offers a robust set of features, but it is essential to understand how it differs from other solutions, such as traditional ORM systems.\n\n### Key Differences\n\nAt first glance, Syntra might resemble an ORM, but it has a fundamentally different approach:\n```typescript\n\nconst row1: Book = Book.select(1);\nconst row2: Book = Book.select(1);\n\nrow1.title.setValue(\"Changed Title\");\n\nconsole.log(row1.title.getValue()); // Changed Title\nconsole.log(row2.title.getValue()); // Title\n```\n\nIn Syntra, objects are **not references to each other**, even when selecting the same row multiple times.\n\n### Strict Ruleset\n\nUnlike traditional ORMs, Syntra enforces a strict set of rules:\n\n- **Primary keys** are always big integers (`bigint`).\n- Only **JSON-serializable datatypes** are allowed.\n\n\n## Dokumentation\n\nFor detailed information on installation and configuration, please refer to the [WIki](./wiki/README.md)\n\n## Contribution\n\nContributions are welcome! If you'd like to help improve Syntra, feel free to submit a pull request or open an issue.\nWhether it's bug fixes, new features, or documentation improvements, all contributions are appreciated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytelab-studio%2Fsyntra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytelab-studio%2Fsyntra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytelab-studio%2Fsyntra/lists"}