{"id":22312633,"url":"https://github.com/msabramo/django-netezza","last_synced_at":"2025-07-02T17:35:21.079Z","repository":{"id":1436728,"uuid":"1661236","full_name":"msabramo/django-netezza","owner":"msabramo","description":"Django Netezza backend using pyodbc","archived":false,"fork":false,"pushed_at":"2014-04-21T17:27:25.000Z","size":140,"stargazers_count":5,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T16:01:46.708Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/msabramo.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-04-25T19:26:47.000Z","updated_at":"2019-09-05T08:30:32.000Z","dependencies_parsed_at":"2022-07-29T13:19:11.225Z","dependency_job_id":null,"html_url":"https://github.com/msabramo/django-netezza","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/msabramo/django-netezza","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msabramo%2Fdjango-netezza","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msabramo%2Fdjango-netezza/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msabramo%2Fdjango-netezza/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msabramo%2Fdjango-netezza/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msabramo","download_url":"https://codeload.github.com/msabramo/django-netezza/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msabramo%2Fdjango-netezza/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263185190,"owners_count":23427137,"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":[],"created_at":"2024-12-03T21:57:43.140Z","updated_at":"2025-07-02T17:35:21.049Z","avatar_url":"https://github.com/msabramo.png","language":"Python","readme":"==============\ndjango-netezza\n==============\n\n*FYI. I no longer have access to Netezza, so I'm not working on this anymore.*\n\n------------------------------------------------------------------------------\n\nA Django_ Netezza DB backend that uses ODBC by employing\nthe pyodbc_ library.\n\n.. _Django: http://djangoproject.com/\n.. _pyodbc: http://pyodbc.sourceforge.net\n\nCurrently, this is in a very, very experimental state. For one thing, I've only\ntested this with read-only operations, because that's all I need at the moment.\nI have only tried very simple models and simple queries and have not tested\nanything with foreign keys, full-text search, etc.\n\nDependencies\n============\n\n* Django 1.3\n* pyodbc 2.1.8 or newer\n* Netezza ODBC driver\n\nInstallation\n============\n\n 1. Install pyodbc.\n\n 2. Add the directory where you have copied the project files to your Python\n    path. So, for example, if you have the following directory structure::\n\n        /home/user/src/django-netezza\n            |\n            +- netezza\n                  |\n                  +- pyodbc\n\n    you should add ``/home/user/src/django-netezza`` to you Python module search\n    path. One way to do this is setting the ``PYTHONPATH`` environment\n    variable::\n\n       $ export PYTHONPATH=/home/user/src/django-netezza\n\n 3. Now you can point the ``ENGINE`` setting in the settings file used\n    by your Django application or project to the ``'netezza.pyodbc'``\n    module path::\n\n        DATABASES = {\n            'default': {\n                'OPTIONS': {'dsn': 'NETEZZA'},\n                'ENGINE': 'netezza.pyodbc',\n            },\n        }\n\nLicense\n=======\n\nNew BSD LICENSE\n\nCredits\n=======\n\nThis project is a fork of django-pyodbc_ and so most credit goes to the folks who worked on that:\n\n* Ramiro Morales `\u003chttp://djangopeople.net/ramiro/\u003e`_\n* Filip Wasilewski (http://code.djangoproject.com/ticket/5246)\n* Wei guangjing `\u003chttp://djangopeople.net/vcc/\u003e`_\n* mamcx (http://code.djangoproject.com/ticket/5062)\n\nThe Netezza modifications were made by `Marc Abramowitz`_ of BlueKai_ (marc at nospam bluekai dot nospam com).\n\n.. _Marc Abramowitz: http://marc-abramowitz.com/\n.. _django-pyodbc: http://code.google.com/p/django-pyodbc/\n.. _BlueKai: http://bluekai.com/\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsabramo%2Fdjango-netezza","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsabramo%2Fdjango-netezza","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsabramo%2Fdjango-netezza/lists"}