{"id":18019567,"url":"https://github.com/laysakura/mysqlite-storage-engine","last_synced_at":"2025-03-26T20:31:25.526Z","repository":{"id":7028670,"uuid":"8302291","full_name":"laysakura/MySQLite-Storage-Engine","owner":"laysakura","description":"MySQL storage engine that reads/writes SQLite database files.","archived":false,"fork":false,"pushed_at":"2014-02-17T08:26:07.000Z","size":7024,"stargazers_count":18,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-22T10:42:29.038Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/laysakura.png","metadata":{"files":{"readme":"README.org","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-02-19T23:58:45.000Z","updated_at":"2024-04-19T16:34:21.000Z","dependencies_parsed_at":"2022-09-11T23:22:14.729Z","dependency_job_id":null,"html_url":"https://github.com/laysakura/MySQLite-Storage-Engine","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/laysakura%2FMySQLite-Storage-Engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laysakura%2FMySQLite-Storage-Engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laysakura%2FMySQLite-Storage-Engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laysakura%2FMySQLite-Storage-Engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laysakura","download_url":"https://codeload.github.com/laysakura/MySQLite-Storage-Engine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245731422,"owners_count":20663182,"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-30T05:11:11.906Z","updated_at":"2025-03-26T20:31:23.386Z","avatar_url":"https://github.com/laysakura.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"* MySQLite Storage Engine\n  MySQLite Storage Engine is a MySQL storage engine that aims to read/write SQLite database files.\n  Currently it does not fully work.\n\n** Current feature\n   - Fullscan support\n     - Some CPU-intensive queries like GROUP BY and ORDER BY are faster than SQLite.\n\n** Installation\n   Checked with:\n   - CentOS release 5.9 (Final)\n   - gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-54)\n\n*** Build MariaDB with MySQLite\n   #+BEGIN_SRC sh\n$ cd mariadb-%VERSION%/storage\n$ git clone git://github.com/laysakura/MySQLite-Storage-Engine.git mysqlite\n$ cd ..\n$ cmake  # Use -DCMAKE_INSTALL_PREFIX=/path/to/basedir -DMYSQL_DATADIR=/path/to/datadir if necessary\n$ make \u0026\u0026 make install\n   #+END_SRC\n\n*** Launch mysqld\n   #+BEGIN_SRC sh\n$ /path/to/basedir/scripts/mysql_install_db  # Use --basedir=/path/to/basedir --datadir=/path/to/datadir if necessary\n$ ~/local/mariadb-10.0.2/bin/mysqld --defaults-file=/path/to/my.cnf\n   #+END_SRC\n\n*** Install MySQLite\n   #+BEGIN_SRC sh\n$ cd mariadb-%VERSION%/storage/mysqlite\n$ mysql --defaults-file=/path/to/my.cnf -uroot \u003c support-files/install.sql\n   #+END_SRC\n\n*** Test MySQLite\n    Create database and user before running tests if necessary.\n   #+BEGIN_SRC sh\n$ DB=user_db CNF=/path/to/my.cnf DBI_USER=user DBI_PASSWORD=password  ./run_tests.pl\n   #+END_SRC\n    *Currently, t/05 and t/06 do not pass.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaysakura%2Fmysqlite-storage-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaysakura%2Fmysqlite-storage-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaysakura%2Fmysqlite-storage-engine/lists"}