mirror of
https://github.com/kvazar-network/crawler-full-node.git
synced 2025-01-22 04:45:12 +00:00
define database object
This commit is contained in:
parent
8f68e07f58
commit
8b706095d7
@ -2,6 +2,8 @@
|
||||
|
||||
class SQLite {
|
||||
|
||||
private $_db;
|
||||
|
||||
public function __construct($database, $username, $password) {
|
||||
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user