tangled
alpha
login
or
join now
bernsteinbear.com
/
db.py
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
authored by
Max Bernstein
and committed by
GitHub
2 years ago
58e680b7
6c8f6cd6
+1
1 changed file
expand all
collapse all
unified
split
db.py
+1
db.py
···
1
1
+
"""A medium-faithful port of https://github.com/weinberg/SQLToy to Python"""
1
2
import functools
2
3
3
4