{"id":27195041,"url":"https://github.com/anjakammer/sqlitesync","last_synced_at":"2025-04-09T19:44:31.384Z","repository":{"id":48976790,"uuid":"62047514","full_name":"anjakammer/SQLiteSync","owner":"anjakammer","description":"Android Library to synchronize SQLite replicates","archived":false,"fork":false,"pushed_at":"2020-04-23T12:47:12.000Z","size":598,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-02-26T17:16:55.309Z","etag":null,"topics":["android-app","android-library","sqlite-android"],"latest_commit_sha":null,"homepage":"","language":"Java","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/anjakammer.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":"2016-06-27T10:24:30.000Z","updated_at":"2022-11-10T22:19:09.000Z","dependencies_parsed_at":"2022-09-04T07:00:51.023Z","dependency_job_id":null,"html_url":"https://github.com/anjakammer/SQLiteSync","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anjakammer%2FSQLiteSync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anjakammer%2FSQLiteSync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anjakammer%2FSQLiteSync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anjakammer%2FSQLiteSync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anjakammer","download_url":"https://codeload.github.com/anjakammer/SQLiteSync/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248102021,"owners_count":21048091,"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":["android-app","android-library","sqlite-android"],"created_at":"2025-04-09T19:44:30.842Z","updated_at":"2025-04-09T19:44:31.364Z","avatar_url":"https://github.com/anjakammer.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# How to use SQLite3 on Android\n- turn on the debug mode of your device\n- connect your Android device via adb-usb-drivers of the manufactorer\n- install and run your application on the device\n- insert, update and delete data\n- close the application, to close the database\n- open the Android terminal emulator\n\n#### run this, to get root permissions\n```sh\n$ su\n```\n#### go to the database directory\n```sh\n$ ls /data/data/com.example.app/databases\n```\n#### run sqlite3 and load the database\nrun all sql commands with (;) at the end\n```sh\n$ sqlite3 database.db\n```\n\n\n#### to get all attributes of a table, run:\n```sh\n$ PRAGMA table_info(tablename);\n```\n#### to get all tables in the database, run:\n```sh\n$ SELECT DISTINCT tbl_name from sqlite_master;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanjakammer%2Fsqlitesync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanjakammer%2Fsqlitesync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanjakammer%2Fsqlitesync/lists"}