Learn R Programming

⚠️There's a newer version (0.2-7) of this package.Take me there.

filehashSQLite (version 0.2-6)

Simple Key-Value Database Using SQLite

Description

Simple key-value database using SQLite as the back end.

Copy Link

Version

Install

install.packages('filehashSQLite')

Monthly Downloads

288

Version

0.2-6

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Roger Peng

Last Published

May 11th, 2022

Functions in filehashSQLite (0.2-6)

dbFetch,filehashSQLite,character-method

Fetch Object
[,filehashSQLite,character,ANY,ANY-method

Fetch Multiple Objects Operator
dbList,filehashSQLite-method

List Keys
filehashSQLite

Filehash SQLite Class
dbInsert,filehashSQLite,character-method

Insert Object
dbExists,filehashSQLite,character-method

Check Existence of Key
dbDisconnect,filehashSQLite-method

Disconnect from Database
dbDelete,filehashSQLite,character-method

Delete Object
dbMultiFetch,filehashSQLite,character-method

Fetch Multiple Objects
dbUnlink,filehashSQLite-method

Unlink Database