MCPcopy Index your code
hub / github.com/clips/pattern / 01-database.py

File 01-database.py

examples/02-db/01-database.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# -*- coding: utf-8 -*-
2import os, sys; sys.path.insert(0, os.path.join("..", ".."))
3
4from pattern.db import Database, SQLITE, MYSQL

Callers

nothing calls this directly

Calls 9

DatabaseClass · 0.90
fieldFunction · 0.90
relationFunction · 0.90
createMethod · 0.80
insertMethod · 0.45
appendMethod · 0.45
countMethod · 0.45
rowsMethod · 0.45
searchMethod · 0.45

Tested by

no test coverage detected