io.bretty:database-normalization-solver

A Java library to handle attributes and functional dependencies, and to solve database normalization related problems, including closure, minimal basis, projection, and decomposition to BCNF and 3NF, etc.

License

License

Categories

Categories

Data ORM
GroupId

GroupId

io.bretty
ArtifactId

ArtifactId

database-normalization-solver
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

io.bretty:database-normalization-solver
A Java library to handle attributes and functional dependencies, and to solve database normalization related problems, including closure, minimal basis, projection, and decomposition to BCNF and 3NF, etc.
Project URL

Project URL

https://github.com/nathanielove/Database-Normalization-Solver

Download database-normalization-solver

How to add to project

<!-- https://jarcasting.com/artifacts/io.bretty/database-normalization-solver/ -->
<dependency>
    <groupId>io.bretty</groupId>
    <artifactId>database-normalization-solver</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.bretty/database-normalization-solver/
implementation 'io.bretty:database-normalization-solver:1.0'
// https://jarcasting.com/artifacts/io.bretty/database-normalization-solver/
implementation ("io.bretty:database-normalization-solver:1.0")
'io.bretty:database-normalization-solver:jar:1.0'
<dependency org="io.bretty" name="database-normalization-solver" rev="1.0">
  <artifact name="database-normalization-solver" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bretty', module='database-normalization-solver', version='1.0')
)
libraryDependencies += "io.bretty" % "database-normalization-solver" % "1.0"
[io.bretty/database-normalization-solver "1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0