Skip to content

pfalcon/pycopy-filedb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycopy-filedb

filedb is a simple ORM-like module for storing database data in file system using files and directories, primarily intended for Pycopy (https://github.com/pfalcon/pycopy), a lightweight Python implementation.

filedb was a proof-of-concept style implementation of database-like functionality, made before the builtin btree database module was added to Pycopy. For the most purposes, filedb would be superceded by btree now, but is still provided for special cases when it may be useful.

For more information, refer to the source, and for usage example in https://github.com/pfalcon/notes-pico/tree/master/notes_pico (this web application support different backends, included filedb; note that the default one is btree).

Releases

No releases published

Packages

No packages published