* Added "db" module group to deal with database management tasks.
* First module: file_db to store filename, fingerprint (md5sum) and basic stats (mtime, size). Additional fields can be specified as well. * Will use sqlite as the backend for now. * API is rather generic so the underlying database engine can be replaced.
This commit is contained in:
11
db/__init__.py
Normal file
11
db/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# $Id: __init__.py,v 1.1 2010-02-06 23:21:09 wirawan Exp $
|
||||
#
|
||||
# wpylib.db main module
|
||||
# Created: 20100205
|
||||
# Wirawan Purwanto
|
||||
#
|
||||
# Database-related stuff.
|
||||
|
||||
"""Database-related stuff."""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user