We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc76f19 commit 55b0ffbCopy full SHA for 55b0ffb
1 file changed
metaclass/simple_orm.py
@@ -64,6 +64,8 @@ def save(self):
64
print('SQL: %s' % sql)
65
print('ARGS: %s' % str(args))
66
67
+# testing code:
68
+
69
class User(Model):
70
id = IntegerField('uid')
71
name = StringField('username')
0 commit comments