diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2015-10-07 02:32:46 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2015-10-07 02:32:46 +0000 |
commit | 04dcb1fffa3ec07471203259cdb46d45699cfb3f (patch) | |
tree | 65b3a15de9cc5c3397932aeb73cfa6ed385f75a2 /README.txt | |
parent | 76c4ed783858fb78c1a97bf472096f229de60cc8 (diff) | |
download | jackcess-04dcb1fffa3ec07471203259cdb46d45699cfb3f.tar.gz jackcess-04dcb1fffa3ec07471203259cdb46d45699cfb3f.zip |
add readme
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@956 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..178aea2 --- /dev/null +++ b/README.txt @@ -0,0 +1,15 @@ +Jackcess + +Jackcess is a pure Java library for reading from and writing to MS Access +databases (currently supporting versions 2000-2013). It is not an +application. There is no GUI. It's a library, intended for other developers to +use to build Java applications. Jackcess is licensed under the Apache License +(as of version 2.1.0). + + +Please note that the GitHub repository is a mirror of the main project +repository which is hosted on SourceForge: + +Homepage: http://jackcess.sourceforge.net/ + +Project: https://sourceforge.net/projects/jackcess/ |