{"id":25435632,"url":"https://github.com/burnsoftnet/tailsqlite","last_synced_at":"2026-05-19T10:07:04.398Z","repository":{"id":82532416,"uuid":"102200287","full_name":"burnsoftnet/tailSQLite","owner":"burnsoftnet","description":"This is an attempt to make an application to tail a SQLLite database, based on the table or view that you wish to follow and watch while your application interacts with the database.","archived":false,"fork":false,"pushed_at":"2019-04-15T13:37:54.000Z","size":18986,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-15T01:11:21.834Z","etag":null,"topics":["database","showcolumns","tail","trace","watch"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/burnsoftnet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-02T13:59:31.000Z","updated_at":"2019-04-15T13:35:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"870aec55-5ed2-4241-a17d-161a7ea8ec0a","html_url":"https://github.com/burnsoftnet/tailSQLite","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/burnsoftnet/tailSQLite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burnsoftnet%2FtailSQLite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burnsoftnet%2FtailSQLite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burnsoftnet%2FtailSQLite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burnsoftnet%2FtailSQLite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/burnsoftnet","download_url":"https://codeload.github.com/burnsoftnet/tailSQLite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burnsoftnet%2FtailSQLite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273445986,"owners_count":25107150,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["database","showcolumns","tail","trace","watch"],"created_at":"2025-02-17T07:30:41.520Z","updated_at":"2026-05-19T10:07:04.354Z","avatar_url":"https://github.com/burnsoftnet.png","language":"C#","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=JSW8XEMQVH4BE"],"categories":[],"sub_categories":[],"readme":"# tailSQLite\n***\n\nThis is an attempt to create an application that will act like a regular tail but for sqlite. This will allow you to pass the SQLite database and the table that you want to watch and have the program refresh every few seconds.\n\nAdditional Documentation for this project can be found at:\n\nhttps://github.com/burnsoftnet/Documentation/blob/master/tailSQLite.pdf\n\n## Parameters\n\u003cbr/\u003e\n\u003ctable\u003e\n\u003ctr\u003e\n\u003cth\u003eSwitch\u003c/th\u003e\n\u003cth\u003eDescription\u003c/th\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e-help or -h\u003c/td\u003e\n\u003ctd\u003eDisplay Help\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003etail\u003c/td\u003e\n\u003ctd\u003eTell the app to be in tail mode, Requires the db, table and idcol parameters, the t parameter is optional \u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003edb=DatabaseName\u003c/td\u003e\n\u003ctd\u003eThe path and name of the database you want to follow\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003et=seconds\u003c/td\u003e\n\u003ctd\u003ethe number of seconds you want to refresh the trace, by default this will be 5 seconds\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003etable\u003c/td\u003e\n\u003ctd\u003eThe table name that you want to trace\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eidol\u003c/td\u003e\n\u003ctd\u003ethe Identity column to the table that you want to tail\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eshowtables\u003c/td\u003e\n\u003ctd\u003eShow all the tables of the database, requires the db parameter\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eshowcolumns\u003c/td\u003e\n\u003ctd\u003eShow all the columns for the table requires the table \u0026 db parameters\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003edebug\u003c/td\u003e\n\u003ctd\u003eDisplay Debug messages, currently this is just displaying on the query when running the tail.\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n## Examples\n\n**start tailing:**\ntailSQlite -table=process_stats_main -idcol=id -db=C:\\BSAP\\bsap_client.db /t=5 /tail\n\n**Show Tables**\n\ntailSQlite --db=C:\\BSAP\\bsap_client.db /showtables\n\n**Show Columns**\n\ntailSQlite --db=C:\\BSAP\\bsap_client.db /table=process_stats_main /showcolumns\n\n\n## Release Notes\n\nVersion 1.0.0 - Fresh Release\n\n[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=JSW8XEMQVH4BE)]\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburnsoftnet%2Ftailsqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburnsoftnet%2Ftailsqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburnsoftnet%2Ftailsqlite/lists"}