This website requires JavaScript.
Explore
Help
Sign In
Frisk
/
RcGcDb
Watch
1
Star
0
Fork
You've already forked RcGcDb
0
mirror of
https://gitlab.com/chicken-riders/RcGcDb.git
synced
2025-02-23 00:54:09 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
d7b93d55bf
RcGcDb
/
src
/
database.py
5 lines
96 B
Python
Raw
Normal View
History
Unescape
Escape
Init
2020-07-09 22:24:23 +00:00
import
sqlite3
I did an oopsie
2020-07-11 15:54:08 +00:00
db_connection
=
sqlite3
.
connect
(
'
rcgcdb.db
'
)
db_cursor
=
db_connection
.
cursor
(
)
Copy permalink