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