Skip to content

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLiteMate

Simple and tiny SQLite3 DB requests assistant


Usage with CLI params:

red@RED-PC:~$ ./SQLiteMate My.db "SELECT * FROM Table" where: My.db: an SQL3 database "SELECT * FROM Table": SQL query


Usage without CLI params:

red@RED-PC:~$ ./SQLiteMate

Database with the name 'My.db' will be open or created (if it is not present). File with the name 'request.txt' with the SQL query will be open (file must exist). File with the name 'response.txt' with the SQL query result will be created.

About

Tiny SQLite DB requests assistant

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages