mirror of
https://gitlab.com/CodeSolutionsProject/CodeGuide
synced 2026-02-13 16:41:34 +01:00
8 lines
212 B
JSON
8 lines
212 B
JSON
{
|
|
"sqlite": {
|
|
"connect": "$db_conn = new SQLite3('path/to/database.sqlite');",
|
|
"query": "$query = $db_conn->query(\"Query\");",
|
|
"fetch_array": "$array = $query->fetchArray();"
|
|
}
|
|
|
|
} |