Class SQLiteConnectionRegistry


  • public final class SQLiteConnectionRegistry
    extends Object
    Registry to prevent more than one SQLite connection from being opened to the same database. Also will auto close the connection when there are no longer any references to the connection in memory.