| Thread Previous • Date Previous • Date Next • Thread Next |
ok, i'm looking into sqlite3, but if the db should be for all the user
we need permission to write in a system folder.
how to make a cache? it think that something like:
if not package in cache:
packages.append([
pkginfo1
pkginfo2
pkginfo3
...
])
else: pass
can work.
Stephen Smally
| Thread Previous • Date Previous • Date Next • Thread Next |