{"id":19923289,"url":"https://github.com/firebirdsql/firebird-odbc-driver","last_synced_at":"2025-05-03T07:31:05.662Z","repository":{"id":88276518,"uuid":"107775870","full_name":"FirebirdSQL/firebird-odbc-driver","owner":"FirebirdSQL","description":"Firebird ODBC driver","archived":false,"fork":false,"pushed_at":"2025-03-12T13:22:02.000Z","size":3433,"stargazers_count":53,"open_issues_count":11,"forks_count":12,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-07T13:06:13.808Z","etag":null,"topics":["firebird","odbc","odbc-driver"],"latest_commit_sha":null,"homepage":"https://firebirdsql.org/en/odbc-driver/","language":"C++","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/FirebirdSQL.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SecurityPassword.h","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-21T11:49:44.000Z","updated_at":"2025-04-05T00:28:46.000Z","dependencies_parsed_at":"2024-02-08T14:30:24.870Z","dependency_job_id":"251e7651-0ca9-415d-b8b2-176ad58e081b","html_url":"https://github.com/FirebirdSQL/firebird-odbc-driver","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FirebirdSQL%2Ffirebird-odbc-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FirebirdSQL%2Ffirebird-odbc-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FirebirdSQL%2Ffirebird-odbc-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FirebirdSQL%2Ffirebird-odbc-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FirebirdSQL","download_url":"https://codeload.github.com/FirebirdSQL/firebird-odbc-driver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252156832,"owners_count":21703362,"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":["firebird","odbc","odbc-driver"],"created_at":"2024-11-12T22:13:40.890Z","updated_at":"2025-05-03T07:31:05.657Z","avatar_url":"https://github.com/FirebirdSQL.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# firebird-odbc-driver\n\nFirebird ODBC driver v3.0\n\nWelcome to the latest release of the Firebird ODBC driver v3.0. This release\nsees many significant advances in the driver.\nThe most notable is that this version has OOAPI implementation inside.\n\nThis version is for Firebird 3.0 and later clients only.\n\nAll the new features and fixes are documented here - \n* [Release Notes](https://html-preview.github.io/?url=https://github.com/FirebirdSQL/firebird-odbc-driver/blob/master/Install/ReleaseNotes_v3.0.html)\n* [ChangeLog](https://raw.githubusercontent.com/FirebirdSQL/firebird-odbc-driver/master/ChangeLog_v3.0)\n\n## Downloads\nThe latest build artifacts:\n* [Windows installation package](https://github.com/user-attachments/files/19207749/win_installers.zip) [![MSBuild](https://github.com/FirebirdSQL/firebird-odbc-driver/actions/workflows/msbuild.yml/badge.svg)](https://github.com/FirebirdSQL/firebird-odbc-driver/actions/workflows/msbuild.yml)\n* [Linux x86-64](https://github.com/user-attachments/files/19207739/linux_libs.zip) [![Linux](https://github.com/FirebirdSQL/firebird-odbc-driver/actions/workflows/linux.yml/badge.svg)](https://github.com/FirebirdSQL/firebird-odbc-driver/actions/workflows/linux.yml)\n* [Linux_ARM64](https://github.com/user-attachments/files/19210460/linux_arm64_libs.zip) [![RaspberryPI](https://github.com/FirebirdSQL/firebird-odbc-driver/actions/workflows/rpi_arm64.yml/badge.svg)](https://github.com/FirebirdSQL/firebird-odbc-driver/actions/workflows/rpi_arm64.yml)\n\nYou can also download the lastest \u0026 archive build packages here: https://github.com/FirebirdSQL/firebird-odbc-driver/wiki\n\n\n## Build from sources\n\n### Linux\n* Clone the git repository into your working copy folder\n* Make sure you have Unix ODBC dev package installed. If not - install it (for example: `sudo apt install unixodbc-dev` for Ubuntu)\n* Move to Builds/Gcc.lin\n* Rename makefile.linux -\u003e makefile\n* Set the DEBUG var if you need a Debug build instead of Release (by default)\n* Run `make`\n* Your libraries are in ./Release_\u003carch\u003e or ./Debug_\u003carch\u003e folder.\n\n### Windows\n* Clone the git repository into your working copy folder\n* Open `\u003cworking copy folder\u003e`/Builds/MsVc2022.win/OdbcFb.sln with MS Visual Studio (VS2022 or later)\n* Select your desired arch \u0026 build mode (debug|release)\n* Build the project\n* Copy the built library (`\u003cworking copy folder\u003e`\\Builds\\MsVc2022.win\\\\`arch`\\\\`build_mode`\\FirebirdODBC.dll) to `\u003cWindows\u003e`\\System32 (x64 arch) or `\u003cWindows\u003e`\\SysWOW64 (Win32 arch)\n\n## Development \u0026 Feedback\n\n- https://github.com/FirebirdSQL/firebird-odbc-driver\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirebirdsql%2Ffirebird-odbc-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirebirdsql%2Ffirebird-odbc-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirebirdsql%2Ffirebird-odbc-driver/lists"}