org.jsimpledb.kv.sql.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-sql Show documentation
Show all versions of jsimpledb-kv-sql Show documentation
Support for JSimpleDB key/value store implementation based on SQL databases.
/*
* Copyright (C) 2015 Archie L. Cobbs. All rights reserved.
*/
/**
* {@link org.jsimpledb.kv.KVDatabase} implementations based on SQL connections.
*/
package org.jsimpledb.kv.sql;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy