Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spectatorex/sqlite-manager
A simple SQLite manager for processing SQL queries in the Windows terminal.
https://github.com/spectatorex/sqlite-manager
c c99 console sqlite terminal win32 windows
Last synced: about 3 hours ago
JSON representation
A simple SQLite manager for processing SQL queries in the Windows terminal.
- Host: GitHub
- URL: https://github.com/spectatorex/sqlite-manager
- Owner: SpectatorEx
- License: gpl-3.0
- Created: 2023-12-26T23:13:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-05T17:08:30.000Z (11 months ago)
- Last Synced: 2024-10-12T17:21:02.956Z (about 1 month ago)
- Topics: c, c99, console, sqlite, terminal, win32, windows
- Language: C
- Homepage:
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQLite manager.
A simple **SQLite manager** for processing SQL queries in the **Windows** terminal.\
It has a graphical interface that makes it easier to connect to the database and create queries.It can be used both for educational purposes and for the development of a specific project.
Perhaps in the future the manager will need many more improvements, but now there is all the necessary functionality.## Features
* Creating and opening databases.
* Displaying SQL queries on the console screen using SELECT.## How to use
First you need to open an existing database or create a new one.
You must enter the full name of the file, including its extension.
The created database should be stored in the "*database*" folder.For example: *users.db*.
Similarly with SQL queries, enter the full name of the file (including subdirectories) with the .sql extension.\
All queries are stored in the "*queries*" folder. For convenience, you can create subdirectories with the database name\
and execute queries from there.For example: *table.sql* or *users/table.sql*.
## Preview
[ **Base interface** ][ **Table output** ]
## Credits
[SQLite repository](https://github.com/sqlite/sqlite)\
[CEngine32 repository](https://github.com/SpectatorEx/CEngine32)