Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chriso345/untitleddatabase
An Untitled Database Project
https://github.com/chriso345/untitleddatabase
Last synced: about 1 month ago
JSON representation
An Untitled Database Project
- Host: GitHub
- URL: https://github.com/chriso345/untitleddatabase
- Owner: ChrisO345
- License: mit
- Created: 2024-07-12T04:23:11.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-11-07T02:15:14.000Z (about 2 months ago)
- Last Synced: 2024-11-07T03:21:55.729Z (about 2 months ago)
- Language: Go
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Untitled Database
This is an Untitled Database Project.
## To Run:
```bash
$ go run . path_to_database.db
```### Inserting into the database
```
insert id username email
```### Querying the database
```
select
```### Save and Exit
```
.exit
```