Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit c03b456

Browse files
committed
init
0 parents  commit c03b456

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[![Latest version](https://img.shields.io/maven-central/v/com.xdev-software/xapi-db-mysql-5)](https://mvnrepository.com/artifact/com.xdev-software/xapi-db-mysql-5)
2+
[![Build](https://img.shields.io/github/workflow/status/xdev-software/xapi-db-mysql-5/Check%20Build/develop)](https://github.com/xdev-software/xapi-db-mysql-5/actions/workflows/checkBuild.yml?query=branch%3Adevelop)
3+
[![javadoc](https://javadoc.io/badge2/com.xdev-software/xapi-db-mysql-5/javadoc.svg)](https://javadoc.io/doc/com.xdev-software/xapi-db-mysql-5)
4+
5+
# SqlEngine Database Adapter MySQL 5
6+
7+
The XDEV Application Framework provides an abstraction over database dialects as part of its SqlEngine. This module is the Database Adapter for MySQL 5 witch includes the MySQL-specific implementation for database access.
8+
9+
10+
## XDEV-IDE
11+
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.
12+
13+
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.
14+
15+
## Contributing
16+
17+
We would absolutely love to get the community involved, and we welcome any form of contributions – comments and questions on different communication channels, issues and pull request in the repositories, and anything that you build and share using our components.
18+
19+
### Get in touch with the team
20+
21+
Twitter: https://twitter.com/xdevsoftware<br/>
22+
Mail: opensource@xdev-software.de
23+
24+
### Some ways to help:
25+
26+
- **Report bugs**: File issues on GitHub.
27+
- **Send pull requests**: If you want to contribute code, check out the development instructions below.
28+
29+
We encourage you to read the [contribution instructions by GitHub](https://guides.github.com/activities/contributing-to-open-source/#contributing) also.
30+
31+
## Dependencies and Licenses
32+
The XDEV Application Framework is released under [GNU Lesser General Public License version 3](https://www.gnu.org/licenses/lgpl-3.0.en.html) aka LGPL 3<br/>
33+
View the [summary of all dependencies online](https://xdev-software.github.io/xapi-db-mysql-5/dependencies/)
34+
35+
## Releasing [![Build](https://img.shields.io/github/workflow/status/xdev-software/xapi-db-mysql-5/Release?label=Release)](https://github.com/xdev-software/xapi-db-mysql-5/actions/workflows/release.yml)
36+
Consider doing a [test-deployment](https://github.com/xdev-software/xapi-db-mysql-5/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
37+
38+
If the ``develop`` is ready for release, create a pull request to the ``master``-Branch and merge the changes.
39+
40+
When the release is finished do the following:
41+
* Merge the auto-generated PR (with the incremented version number) back into the ``develop``
42+
* Add the release notes to the [GitHub release](https://github.com/xdev-software/xapi-db-mysql-5/releases/latest)

0 commit comments

Comments
 (0)