Skip to content

Commit 1a73040

Browse files
committed
fix: devcontainers and docs
1 parent f4b63cf commit 1a73040

4 files changed

Lines changed: 10 additions & 1 deletion

File tree

.DS_Store

8 KB
Binary file not shown.

.devcontainer/devcontainer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "sql",
3+
"image": "postgres:latest",
4+
"workspaceMount": "source=${localWorkspaceFolder},target=/sql,type=bind,consistency=delegated",
5+
"workspaceFolder": "/sql"
6+
}

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
![build status](https://github.com/praisetompane/sql/actions/workflows/sql.yaml/badge.svg) <br>
33

44
## Objectives
5-
An in-depth study of SQL's implementation and ecosystem.
5+
- An in-depth study of:
6+
- SQL's Interpreter.
7+
- SQL's language design, implementation and ecosystem.
8+
69

710
## Language details
811
- [language specification](https://www.iso.org/standard/76583.html)

src/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)