mirror of
https://gitlab.com/CodeSolutionsProject/CodeGuide
synced 2026-02-14 09:01:35 +01:00
Initial commit
This commit is contained in:
8
langs/php/database.json
Normal file
8
langs/php/database.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"sqlite": {
|
||||
"connect": "$db_conn = new SQLite3('path/to/database.sqlite');",
|
||||
"query": "$query = $db_conn->query(\"Query\");",
|
||||
"fetch_array": "$array = $query->fetchArray();"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user