{"id":19888675,"url":"https://github.com/vimiix/sqlalchemy-mogdb","last_synced_at":"2026-04-12T18:55:30.071Z","repository":{"id":48177641,"uuid":"516623577","full_name":"vimiix/sqlalchemy-mogdb","owner":"vimiix","description":"Enmotech MogDB dialect for SQLAlchemy.","archived":false,"fork":false,"pushed_at":"2022-07-23T07:49:29.000Z","size":176,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T19:16:59.094Z","etag":null,"topics":["database","dialect","mogdb","sqlalchemy"],"latest_commit_sha":null,"homepage":"","language":"Python","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/vimiix.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-22T05:37:16.000Z","updated_at":"2024-07-23T07:15:37.000Z","dependencies_parsed_at":"2022-09-16T00:52:15.586Z","dependency_job_id":null,"html_url":"https://github.com/vimiix/sqlalchemy-mogdb","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/vimiix%2Fsqlalchemy-mogdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimiix%2Fsqlalchemy-mogdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimiix%2Fsqlalchemy-mogdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimiix%2Fsqlalchemy-mogdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vimiix","download_url":"https://codeload.github.com/vimiix/sqlalchemy-mogdb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241317596,"owners_count":19943201,"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":["database","dialect","mogdb","sqlalchemy"],"created_at":"2024-11-12T18:07:53.511Z","updated_at":"2025-11-23T22:01:49.728Z","avatar_url":"https://github.com/vimiix.png","language":"Python","readme":"sqlalchemy-mogdb\n===================\n\nEnmotech MogDB dialect for SQLAlchemy.\n\nInstallation\n------------\n\nThe package is available on PyPI::\n\n    pip install sqlalchemy-mogdb\n\n.. warning::\n\n    This dialect requires ``psycopg2`` to work properly. It does not provide\n    it as required, but relies on you to select the distribution you need:\n\n    * psycopg2 - standard distribution of psycopg2, requires compilation so few system dependencies are required for it\n    * psycopg2-binary - already compiled distribution (no system dependencies are required)\n    * psycopg2cffi - pypy compatible version\n\n    See `Psycopg2's binary install docs \u003chttp://initd.org/psycopg/docs/install.html#binary-install-from-pypi\u003e`_\n    for more context on choosing a distribution.\n\nUsage\n-----\nThe DSN format is similar to that of regular Postgres::\n\n    \u003e\u003e\u003e import sqlalchemy as sa\n    \u003e\u003e\u003e sa.create_engine('mogdb+psycopg2://username:password@ip:26000/database')\n    Engine(mogdb+psycopg2://username@ip:26000/database)\n\nReleasing\n---------\n\nTo perform a release, you will need to be an admin for the project on\nGitHub and on PyPI. Contact the maintainers if you need that access.\n\nYou will need to have a `~/.pypirc` with your PyPI credentials and\nalso the following settings::\n\n    [zest.releaser]\n    create-wheels = yes\n\nTo perform a release, run the following::\n\n    python3.6 -m venv ~/.virtualenvs/dist\n    workon dist\n    pip install -U pip setuptools wheel\n    pip install -U tox zest.releaser\n    fullrelease  # follow prompts, use semver ish with versions.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimiix%2Fsqlalchemy-mogdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvimiix%2Fsqlalchemy-mogdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimiix%2Fsqlalchemy-mogdb/lists"}