org.jsimpledb.kv.mysql.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsimpledb-kv-mysql Show documentation
Show all versions of jsimpledb-kv-mysql Show documentation
JSimpleDB key/value store based on MySQL.
/*
* Copyright (C) 2015 Archie L. Cobbs. All rights reserved.
*/
/**
* {@link org.jsimpledb.kv.KVDatabase} implementation based on MySQL.
*/
package org.jsimpledb.kv.mysql;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy