Skip to content

Commit

Permalink
for 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed May 16, 2019
1 parent 9e290aa commit 7b482ec
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 57 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[![Release](https://jitpack.io/v/umjammer/vavi-sql-mdb.svg)](https://jitpack.io/#umjammer/vavi-sql-mdb)

# mdbtools

## TODO

* 目的を忘れちゃいかんよ、wmp の DB を読むために作ったんやからね。
単に JDBC やったら Type 1 とかでいいねんから
* ~~jdbc 化~~
* memo ケツの 0 で切る?
* currency を Currency で実装

## Primary License


[MDB Tools](https://github.com/cyberemissary/mdbtools)

> The libraries in MDB Tools (libmdb, libmdbsql, and libmdbodbc) are licensed under the LGPL. The remainder of the software is license under the GPL.
21 changes: 17 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,26 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>vavi</groupId>
<artifactId>vavi-sql-mdb</artifactId>
<version>0.0.1</version>

<name>Vavi SQL MDB API</name>
<organization>
<name></name>
</organization>
<version>1.0.0</version>
<url>http://www.vavisoft.com/</url>
<url>https://github.com/umjammer/vavi-sql-mdb</url>
<description>TODO

jdbc</description>
<scm>
<url>https://github.com/umjammer/vavi-sql-mdb</url>
</scm>
<issueManagement>
<url>https://github.com/umjammer/vavi-sql-mdb/issues</url>
</issueManagement>

<build>
<plugins>
<plugin>
Expand All @@ -27,6 +36,7 @@
</plugin>
</plugins>
</build>

<repositories>
<repository>
<id>jitpack.io</id>
Expand All @@ -40,11 +50,12 @@
<url>https://oss.sonatype.org/content/groups/public/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>com.github.umjammer</groupId>
<artifactId>vavi-commons-sandbox</artifactId>
<version>0.3.3</version>
<artifactId>vavi-commons</artifactId>
<version>1.0.7</version>
</dependency>
<dependency>
<groupId>com.github.jsqlparser</groupId>
Expand All @@ -61,6 +72,7 @@
<artifactId>sneakythrow</artifactId>
<version>1.2.0</version>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
Expand All @@ -74,4 +86,5 @@
<scope>test</scope>
</dependency>
</dependencies>

</project>
2 changes: 0 additions & 2 deletions src/main/java/vavi/apps/mdbtools/MdbFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.charset.Charset;
import java.util.ArrayList;
import java.util.List;
Expand All @@ -24,7 +23,6 @@

import vavi.apps.mdbtools.backend.AccessBackend;
import vavi.util.Debug;
import vavi.util.StringUtil;


/**
Expand Down
51 changes: 0 additions & 51 deletions src/main/java/vavi/apps/mdbtools/package.html

This file was deleted.

0 comments on commit 7b482ec

Please sign in to comment.