{"id":37020036,"url":"https://github.com/xdev-software/xapi-db-sybase","last_synced_at":"2026-01-14T02:15:11.692Z","repository":{"id":65507974,"uuid":"588568586","full_name":"xdev-software/xapi-db-sybase","owner":"xdev-software","description":"Sybase Database Adapter for the XDEV Application Framework SqlEngine","archived":true,"fork":false,"pushed_at":"2023-12-25T01:05:32.000Z","size":167,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-12-26T16:41:29.557Z","etag":null,"topics":["database","database-adapter","java","sybase","xapi","xdev","xdev-application-framework"],"latest_commit_sha":null,"homepage":"https://javadoc.io/doc/com.xdev-software/xapi-db-sybase","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xdev-software.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-01-13T12:49:19.000Z","updated_at":"2024-01-18T11:37:03.000Z","dependencies_parsed_at":"2023-02-13T19:55:49.603Z","dependency_job_id":"0f9d3c0f-6ad2-4313-9831-e41c33982254","html_url":"https://github.com/xdev-software/xapi-db-sybase","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/xdev-software/xapi-db-sybase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fxapi-db-sybase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fxapi-db-sybase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fxapi-db-sybase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fxapi-db-sybase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xdev-software","download_url":"https://codeload.github.com/xdev-software/xapi-db-sybase/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fxapi-db-sybase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["database","database-adapter","java","sybase","xapi","xdev","xdev-application-framework"],"created_at":"2026-01-14T02:15:11.130Z","updated_at":"2026-01-14T02:15:11.687Z","avatar_url":"https://github.com/xdev-software.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Latest version](https://img.shields.io/maven-central/v/com.xdev-software/xapi-db-sybase)](https://mvnrepository.com/artifact/com.xdev-software/xapi-db-sybase)\n[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/xapi-db-sybase/checkBuild.yml?branch=develop)](https://github.com/xdev-software/xapi-db-sybase/actions/workflows/checkBuild.yml?query=branch%3Adevelop)\n[![javadoc](https://javadoc.io/badge2/com.xdev-software/xapi-db-sybase/javadoc.svg)](https://javadoc.io/doc/com.xdev-software/xapi-db-sybase) \n# SqlEngine Database Adapter Sybase\n\nThe XDEV Application Framework provides an abstraction over database dialects as part of its SqlEngine. This module is the Database Adapter for Sybase which includes the Sybase-specific implementation for database access.\n\n### :information_source: Important Notes\n\nWe once wrote this Database Adapter for Sybase 6.0 which is now a part of Sybase jConnect.\u003cbr/\u003e\n[The JDBC-Connector Jar must be downloaded from their website (requires registration)](https://stackoverflow.com/a/26350230/12336976).\n\nFurtermore, this Adapter is not applicable to write to the database. Your are only able to read from it.\n\nThe following actions, can't be performed:\n- createTable\n- addColumn\n- alterColumn\n- dropColumn\n- createIndex\n- dropIndex\n- appendEscapeName\n\n## XDEV-IDE\nThe [XDEV(-IDE)](https://xdev.software/en/products/swing-builder) is a visual Java development environment for fast and easy application development (RAD - Rapid Application Development). XDEV differs from other Java IDEs such as Eclipse or NetBeans, focusing on programming through a far-reaching RAD concept. The IDE's main components are a Swing GUI builder, the XDEV Application Framework and numerous drag-and-drop tools and wizards with which the functions of the framework can be integrated.\n\nThe XDEV-IDE was license-free up to version 4 inclusive and is available for Windows, Linux and macOS. From version 5, the previously proprietary licensed additional modules are included in the IDE and the license of the entire product has been converted to a paid subscription model. The XDEV Application Framework, which represents the core of the RAD concept of XDEV and is part of every XDEV application, was released as open-source in 2008.\n\n## Support\nIf you need support as soon as possible and you can't wait for any pull request, feel free to use [our support](https://xdev.software/en/services/support).\n\n## Contributing\nSee the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.\n\n## Dependencies and Licenses\nView the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/xapi-db-sybase/dependencies/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdev-software%2Fxapi-db-sybase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxdev-software%2Fxapi-db-sybase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdev-software%2Fxapi-db-sybase/lists"}