{"id":15788320,"url":"https://github.com/mevdschee/virtualdbserver","last_synced_at":"2025-03-31T18:24:13.703Z","repository":{"id":151764664,"uuid":"11649786","full_name":"mevdschee/VirtualDbServer","owner":"mevdschee","description":null,"archived":false,"fork":false,"pushed_at":"2013-09-08T21:53:33.000Z","size":364,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-05T21:41:51.828Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mevdschee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-25T02:08:49.000Z","updated_at":"2024-03-13T19:01:06.000Z","dependencies_parsed_at":"2023-04-07T09:26:27.560Z","dependency_job_id":null,"html_url":"https://github.com/mevdschee/VirtualDbServer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevdschee%2FVirtualDbServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevdschee%2FVirtualDbServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevdschee%2FVirtualDbServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevdschee%2FVirtualDbServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mevdschee","download_url":"https://codeload.github.com/mevdschee/VirtualDbServer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246516019,"owners_count":20790154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-04T21:41:49.099Z","updated_at":"2025-03-31T18:24:13.683Z","avatar_url":"https://github.com/mevdschee.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"VirtualDbServer\n===============\n\nVirtualDbServer is a (native) PHP implementation of the PDO MySQL driver over HTTP(S) using CURL and JSON.\n\nKnown Issues\n----\n\n - UTF8 must be used; other charsets are not supported\n\nTo do\n----\n\n - Multiple rowsets: http://www.php.net/manual/en/pdostatement.nextrowset.php\n - Support server attributes: http://php.net/manual/en/pdo.setattribute.php\n - Support MySQL attributes: http://www.php.net/manual/en/ref.pdo-mysql.php\n - Include PDO constants\n - Using igbinary would make a C driver faster\n \nOverview:\n\n        PDO {\n        done public __construct ( string $dsn [, string $username [, string $password [, array $driver_options ]]] )\n        done public bool beginTransaction ( void )\n        done public bool commit ( void )\n        done public mixed errorCode ( void )\n        done public array errorInfo ( void )\n        done public int exec ( string $statement )\n        done public mixed getAttribute ( int $attribute )\n        done public static array getAvailableDrivers ( void )\n        done public bool inTransaction ( void )\n        done public string lastInsertId ([ string $name = NULL ] )\n        done public PDOStatement prepare ( string $statement [, array $driver_options = array() ] )\n        done public PDOStatement query ( string $statement )\n        args public string quote ( string $string [, int $parameter_type = PDO::PARAM_STR ] )\n        done public bool rollBack ( void )\n        done public bool setAttribute ( int $attribute , mixed $value )\n        }\n        \n        PDOStatement implements Traversable {\n        done readonly string $queryString;\n        args public bool bindColumn ( mixed $column , mixed \u0026$param [, int $type [, int $maxlen [, mixed $driverdata ]]] )\n        args public bool bindParam ( mixed $parameter , mixed \u0026$variable [, int $data_type = PDO::PARAM_STR [, int $length [, mixed $driver_options ]]] )\n        args public bool bindValue ( mixed $parameter , mixed $value [, int $data_type = PDO::PARAM_STR ] )\n        done public bool closeCursor ( void )\n        done public int columnCount ( void )\n        done public void debugDumpParams ( void )\n        done public string errorCode ( void )\n        done public array errorInfo ( void )\n        done public bool execute ([ array $input_parameters ] )\n        args public mixed fetch ([ int $fetch_style [, int $cursor_orientation = PDO::FETCH_ORI_NEXT [, int $cursor_offset = 0 ]]] )\n        done public array fetchAll ([ int $fetch_style [, mixed $fetch_argument [, array $ctor_args = array() ]]] )\n        done public string fetchColumn ([ int $column_number = 0 ] )\n        done public mixed fetchObject ([ string $class_name = \"stdClass\" [, array $ctor_args ]] )\n        done public mixed getAttribute ( int $attribute )\n        done public array getColumnMeta ( int $column )\n             public bool nextRowset ( void )\n        done public int rowCount ( void )\n        done public bool setAttribute ( int $attribute , mixed $value )\n        done public bool setFetchMode ( int $mode )\n        }\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmevdschee%2Fvirtualdbserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmevdschee%2Fvirtualdbserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmevdschee%2Fvirtualdbserver/lists"}