{"id":17257822,"url":"https://github.com/p403n1x87/sibilla","last_synced_at":"2025-09-10T21:08:25.951Z","repository":{"id":57467012,"uuid":"170386204","full_name":"P403n1x87/sibilla","owner":"P403n1x87","description":"Python ORM for the Oracle database","archived":false,"fork":false,"pushed_at":"2019-08-03T10:02:37.000Z","size":520,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T19:54:30.489Z","etag":null,"topics":["hacktoberfest","oracle-database","orm-framework","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/P403n1x87.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-12T20:27:37.000Z","updated_at":"2023-12-12T08:49:16.000Z","dependencies_parsed_at":"2022-09-10T02:01:22.387Z","dependency_job_id":null,"html_url":"https://github.com/P403n1x87/sibilla","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/P403n1x87%2Fsibilla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/P403n1x87%2Fsibilla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/P403n1x87%2Fsibilla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/P403n1x87%2Fsibilla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/P403n1x87","download_url":"https://codeload.github.com/P403n1x87/sibilla/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248830395,"owners_count":21168272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["hacktoberfest","oracle-database","orm-framework","python"],"created_at":"2024-10-15T07:18:41.955Z","updated_at":"2025-04-14T06:11:05.900Z","avatar_url":"https://github.com/P403n1x87.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\n  \u003cp align=\"center\"\u003e\u003cimg src=\"art/sibilla.png\" alt=\"Sibilla\"\u003e\u003c/p\u003e\n\u003c/h1\u003e\n\u003c!-- \u003ch1 align=\"center\"\u003e Sibilla\u003c/h1\u003e --\u003e\n\n\u003ch3 align=\"center\"\u003ePython ORM for the Oracle Database\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://travis-ci.com/P403n1x87/sibilla\"\u003e\n    \u003cimg src=\"https://travis-ci.com/P403n1x87/sibilla.svg?token=fzW2yzQyjwys4tWf9anS\u0026branch=master\"\n         alt=\"Travis CI Build Status\" /\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/coverage-99%25-green.svg\"\n       alt=\"Test coverage at 99%\"\u003e\n  \u003ca href=\"https://badge.fury.io/py/sibilla\"\u003e\n    \u003cimg src=\"https://badge.fury.io/py/sibilla.svg\" alt=\"PyPI version\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"http://pepy.tech/project/sibilla\"\u003e\n    \u003cimg src=\"http://pepy.tech/badge/sibilla\"\n         alt=\"PyPI Downloads\"\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/version-0.1.0-blue.svg\"\n       alt=\"Version 0.1.0\"\u003e\n  \u003ca href=\"https://github.com/P403n1x87/sibilla/blob/master/LICENSE.md\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-GPLv3-ff69b4.svg\"\n         alt=\"LICENSE\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#synopsis\"\u003e\u003cb\u003eSynopsis\u003c/b\u003e\u003c/a\u003e\u0026nbsp;\u0026bull;\n  \u003ca href=\"#installation\"\u003e\u003cb\u003eInstallation\u003c/b\u003e\u003c/a\u003e\u0026nbsp;\u0026bull;\n  \u003ca href=\"#examples\"\u003e\u003cb\u003eExamples\u003c/b\u003e\u003c/a\u003e\u0026nbsp;\u0026bull;\n  \u003ca href=\"#documentation\"\u003e\u003cb\u003eDocumentation\u003c/b\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Synopsis\n\nSibilla is a Python ORM solution for the Oracle Database. It has been designed\nwith the goal of making database access as Pythonic as possible. SQL queries\nand PL/SQL code blocks are _aliens_ in Python sources. With Sibilla you can\naccess table content and call PL/SQL code in a Pythonic way.\n\nInternally, Sibilla relies on the\n[cx_Oracle](https://oracle.github.io/python-cx_Oracle/) package to perform\nqueries against the Oracle Data Dictionaries to retrieve stored objects and the\ndata they contain.\n\n\n## Installation\n\nSibilla can be installed directly from PyPI\n\n~~~~ bash\npython3 -m pip install sibilla --upgrade\n~~~~\n\nAlternatively, it can be installed with pip from GitHub with\n\n~~~ bash\npython3 -m pip install git+https://github.com/P403n1x87/sibilla\n~~~\n\n## Examples\n\nA minimal example to connect to a database and access a table called `CUSTOMER`\nis\n\n~~~~ python\nfrom sibilla import Database\n\n\ndb = Database(\"username\", \"password\", dsn=\"dsn\")\ncustomer_table = db.customer\n~~~~\n\nIf the customer table has a primary key on a column named `ID`, and a column\n`NAME`, we can get the value of the latter on a row with ID 42 (assuming it\nexists in the database) with\n\n~~~~ python\n\u003e\u003e\u003e customer = customer_table[42]\n\u003e\u003e\u003e customer.name\n'John Smith'\n~~~~\n\n## Documentation\n\nFor more examples and customisation details, please refer to the official\n[Sibilla Documentation](https://p403n1x87.github.io/sibilla/).\n\n---\n\n## License\n\nGPLv3.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp403n1x87%2Fsibilla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp403n1x87%2Fsibilla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp403n1x87%2Fsibilla/lists"}