Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```