This is an automated email from the ASF dual-hosted git repository.
gstein pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git
from 58e7172 draft up the crypto-related functions
new c3ac3a2 draft sqlite schema
new f9b6f7e handy funcs for working with the sqlite db
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
v3/schema.sql | 133 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
v3/steve/db.py | 102 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 235 insertions(+)
create mode 100644 v3/schema.sql
create mode 100644 v3/steve/db.py