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

Commit b6d6ea2

Browse files
Cleanup
1 parent 4678d69 commit b6d6ea2

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

README.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
[![Latest version](https://img.shields.io/maven-central/v/com.xdev-software/xapi-db-sqlite)](https://mvnrepository.com/artifact/com.xdev-software/xapi-db-sqlite)
22
[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/xapi-db-sqlite/checkBuild.yml?branch=develop)](https://github.com/xdev-software/xapi-db-sqlite/actions/workflows/checkBuild.yml?query=branch%3Adevelop)
3-
[![javadoc](https://javadoc.io/badge2/com.xdev-software/xapi-db-sqlite/javadoc.svg)](https://javadoc.io/doc/com.xdev-software/xapi-db-sqlite)
3+
[![javadoc](https://javadoc.io/badge2/com.xdev-software/xapi-db-sqlite/javadoc.svg)](https://javadoc.io/doc/com.xdev-software/xapi-db-sqlite)
4+
45
# SqlEngine Database Adapter SQLite
56

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

810
## Important Note
11+
912
This Adapter only works to read from the database. It is **not** possible to perform the following actions:
13+
1014
- createTable
1115
- addColumn
1216
- alterColumn
@@ -15,15 +19,28 @@ This Adapter only works to read from the database. It is **not** possible to per
1519
- dropIndex
1620

1721
## XDEV-IDE
18-
The [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.
1922

20-
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.
23+
The [XDEV(-IDE)](https://xdev.software/en/products/swing-builder) is a visual Java development environment for fast and
24+
easy application development (RAD - Rapid Application Development). XDEV differs from other Java IDEs such as Eclipse or
25+
NetBeans, focusing on programming through a far-reaching RAD concept. The IDE's main components are a Swing GUI builder,
26+
the XDEV Application Framework and numerous drag-and-drop tools and wizards with which the functions of the framework
27+
can be integrated.
28+
29+
The XDEV-IDE was license-free up to version 4 inclusive and is available for Windows, Linux and macOS. From version 5,
30+
the previously proprietary licensed additional modules are included in the IDE and the license of the entire product has
31+
been converted to a paid subscription model. The XDEV Application Framework, which represents the core of the RAD
32+
concept of XDEV and is part of every XDEV application, was released as open-source in 2008.
2133

2234
## Support
23-
If 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).
35+
36+
If you need support as soon as possible and you can't wait for any pull request, feel free to
37+
use [our support](https://xdev.software/en/services/support).
2438

2539
## Contributing
40+
2641
See the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.
2742

2843
## Dependencies and Licenses
29-
View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/xapi-db-sqlite/dependencies/)
44+
45+
View the [license of the current project](LICENSE) or
46+
the [summary including all dependencies](https://xdev-software.github.io/xapi-db-sqlite/dependencies/)

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
## Reporting a Vulnerability
44

5-
Please report a security vulnerability [on GitHub Security Advisories](https://github.com/xdev-software/xapi-db-sqlite/security/advisories/new).
5+
Please report a security
6+
vulnerability [on GitHub Security Advisories](https://github.com/xdev-software/xapi-db-sqlite/security/advisories/new).

0 commit comments

Comments
 (0)