Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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 -*-
2
import
os, sys; sys.path.insert(0, os.path.join(
".."
,
".."
))
3
4
from
pattern.db
import
Database, SQLITE, MYSQL
Callers
nothing calls this directly
Calls
9
Database
Class · 0.90
field
Function · 0.90
relation
Function · 0.90
create
Method · 0.80
insert
Method · 0.45
append
Method · 0.45
count
Method · 0.45
rows
Method · 0.45
search
Method · 0.45
Tested by
no test coverage detected