https://github.com/burnsoftnet/tailsqlite
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.
https://github.com/burnsoftnet/tailsqlite
database showcolumns tail trace watch
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/burnsoftnet/tailsqlite
- Owner: burnsoftnet
- License: mit
- Created: 2017-09-02T13:59:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T13:37:54.000Z (about 7 years ago)
- Last Synced: 2025-05-15T01:11:21.834Z (about 1 year ago)
- Topics: database, showcolumns, tail, trace, watch
- Language: C#
- Size: 18.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tailSQLite
***
This 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.
Additional Documentation for this project can be found at:
https://github.com/burnsoftnet/Documentation/blob/master/tailSQLite.pdf
## Parameters
Switch
Description
-help or -h
Display Help
tail
Tell the app to be in tail mode, Requires the db, table and idcol parameters, the t parameter is optional
db=DatabaseName
The path and name of the database you want to follow
t=seconds
the number of seconds you want to refresh the trace, by default this will be 5 seconds
table
The table name that you want to trace
idol
the Identity column to the table that you want to tail
showtables
Show all the tables of the database, requires the db parameter
showcolumns
Show all the columns for the table requires the table & db parameters
debug
Display Debug messages, currently this is just displaying on the query when running the tail.
## Examples
**start tailing:**
tailSQlite -table=process_stats_main -idcol=id -db=C:\BSAP\bsap_client.db /t=5 /tail
**Show Tables**
tailSQlite --db=C:\BSAP\bsap_client.db /showtables
**Show Columns**
tailSQlite --db=C:\BSAP\bsap_client.db /table=process_stats_main /showcolumns
## Release Notes
Version 1.0.0 - Fresh Release
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JSW8XEMQVH4BE)]