nalu

An ORM class library is used to create, read, update and delete single table data in the database. All these operations are completed by lambda. nalu translate lambda expressions into SQL statements, then execute queries, and then map data to entity objects, which is very different from traditional ORM such as mybatis.

License

License

GroupId

GroupId

io.github.eeroom
ArtifactId

ArtifactId

nalu
Last Version

Last Version

2.4
Release Date

Release Date

Type

Type

jar
Description

Description

nalu
An ORM class library is used to create, read, update and delete single table data in the database. All these operations are completed by lambda. nalu translate lambda expressions into SQL statements, then execute queries, and then map data to entity objects, which is very different from traditional ORM such as mybatis.
Project URL

Project URL

https://github.com/eeroom/hw.core
Source Code Management

Source Code Management

https://github.com/eeroom/hw.core/tree/master

Download nalu

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.springframework : spring-context jar 4.3.25.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
2.4
2.3
2.2
2.1
2.0
1.0