MCPcopy Index your code
hub / github.com/bedroombuilds/python2rust / sqlite.py

File sqlite.py

20_sqlite/python/sqlite.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import sqlite3
2
3MOST_RECOVERED = '''SELECT * FROM cases
4WHERE daily_recovered = (SELECT max(daily_recovered) FROM cases);'''

Callers

nothing calls this directly

Calls 2

connectMethod · 0.80
printFunction · 0.50

Tested by

no test coverage detected