MVN

com.waspring.wasdb : wasdb

Maven & Gradle

Jan 28, 2017
1 usages
4 stars

wasdb · 一个对JDBC进行简单封装的开源工具类库. 简化JDBC应用程序的开发,不会影响程序的性能,与jdbc保持高度的统一. 1.对于数据表的读操作,他可以把ResultSet结果转换成缓存对象,内部数据格式为XML,同时可以转化为List,Array,Set等java集合,便于程序员操作。 2.对于数据表的写操作,也变得很简单(只需写sql语句)。 3.可以使用数据源,数据库连接池等技术来优化性能--重用已经构建好的数据库连接对象,而不用费时费力的不断重复的构建和析构这样的对象。 4.支持ResultSet数据集的动态增加、删除、修改、查找、排序、并集等操作。 5.支持分布式数据库,多数据源。 本项目主要包含两个模块,wasdb和wasdbtools: 1.wasdb模块是本项目的核心,用于实现JDBC的操作。 2.wasdbtools模块是wasdb使用的一个实现,包括数据源配置,事务管理,数据库的读写工具,简单实例等。

<dependency>
    <groupId>com.waspring.wasdb</groupId>
    <artifactId>wasdb</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.waspring.wasdb : wasdb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.waspring.wasdb : wasdb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
wasdb-1.0.0

How to add a dependency to Maven

Add the following com.waspring.wasdb : wasdb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.waspring.wasdb</groupId>
    <artifactId>wasdb</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.waspring.wasdb : wasdb gradle dependency to your build.gradle file:

implementation 'com.waspring.wasdb:wasdb:1.0.0'

Gradle Kotlin DSL: Add the following com.waspring.wasdb : wasdb gradle kotlin dependency to your build.gradle.kts file:

implementation("com.waspring.wasdb:wasdb:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.waspring.wasdb : wasdb sbt scala dependency to your build.sbt file:

libraryDependencies += "com.waspring.wasdb" % "wasdb" % "1.0.0"

Advertisement

Dependencies from Group

Jan 28, 2017
3 usages
4 stars
Jan 28, 2017
1 usages
4 stars

Discover Dependencies

Jan 26, 2017
33 stars
Feb 12, 2020
94 stars
Feb 12, 2020
1 usages
94 stars
Feb 20, 2017
1 usages
1 stars
Dec 18, 2017
1 usages
8 stars
Jan 27, 2017
3 stars
Aug 28, 2017
14 usages
2.1k stars