Artifact 41f18fa39e0199f360ff6ee93bd1aa9e9f436291
File tools/tclfossil/lib/tf_db.tcl part of check-in [7f9c5ee722] - tclfossil, starting with db_ commands by mjanssen on 2008-02-03 16:23:38.
package require Tcl 8.5 package require sqlite3 package require snit snit::type ::vc::fossil::db { typemethod open_repository {{name {}}} { } }