Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Latest commit

 

History

History
49 lines (35 loc) · 2.74 KB

README.md

File metadata and controls

49 lines (35 loc) · 2.74 KB

Latest version Build javadoc

SqlEngine Database Adapter Ingres

The XDEV Application Framework provides an abstraction over database dialects as part of its SqlEngine. This module is the Database Adapter for Ingres which includes the Ingres-specific implementation for database access.

ℹ️ Important Notes

We once wrote this Database Adapter for Ingres 4.0.7. As the original JDBC driver is not available on Maven we are using a newer driver which makes the code compileable. This driver might not be compatible with your version of Ingres, so you have to check that before using it!

Furthermore, this Adapter is not able to write to the Database. Only reading is available.
The following actions are not supported:

  • createTable
  • addColumn
  • alterColumn
  • dropColumn
  • createIndex
  • dropIndex
  • appendEscapeName

XDEV-IDE

The XDEV(-IDE) 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.

The 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.

Support

If you need support as soon as possible and you can't wait for any pull request, feel free to use our support.

Contributing

See the contributing guide for detailed instructions on how to get started with our project.

Dependencies and Licenses

View the license of the current project or the summary including all dependencies