SQL Completion

A library which parses an SQL as lenient as possible and provides methods to create a SQL code completion in any capable editor.

License

License

GroupId

GroupId

at.datenwort.commons
ArtifactId

ArtifactId

sql-completion
Last Version

Last Version

0.8
Release Date

Release Date

Type

Type

jar
Description

Description

SQL Completion
A library which parses an SQL as lenient as possible and provides methods to create a SQL code completion in any capable editor.
Project URL

Project URL

https://gitlab.com/datenwort.at/commons/sql-completion
Source Code Management

Source Code Management

https://gitlab.com/datenwort.at/commons/sql-completion/-/tree/main

Download sql-completion

How to add to project

<!-- https://jarcasting.com/artifacts/at.datenwort.commons/sql-completion/ -->
<dependency>
    <groupId>at.datenwort.commons</groupId>
    <artifactId>sql-completion</artifactId>
    <version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/at.datenwort.commons/sql-completion/
implementation 'at.datenwort.commons:sql-completion:0.8'
// https://jarcasting.com/artifacts/at.datenwort.commons/sql-completion/
implementation ("at.datenwort.commons:sql-completion:0.8")
'at.datenwort.commons:sql-completion:jar:0.8'
<dependency org="at.datenwort.commons" name="sql-completion" rev="0.8">
  <artifact name="sql-completion" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.datenwort.commons', module='sql-completion', version='0.8')
)
libraryDependencies += "at.datenwort.commons" % "sql-completion" % "0.8"
[at.datenwort.commons/sql-completion "0.8"]

Dependencies

provided (1)

Group / Artifact Type Version
org.jetbrains : annotations jar 21.0.1

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.7.2
org.assertj : assertj-core jar 3.20.2
org.hsqldb : hsqldb jar 2.6.0
org.flywaydb : flyway-core jar 7.13.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.8
0.7
0.6
0.5
0.4
0.3