summaryrefslogtreecommitdiff
path: root/packages/db/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/db/README.md')
-rw-r--r--packages/db/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/db/README.md b/packages/db/README.md
new file mode 100644
index 0000000..94cf634
--- /dev/null
+++ b/packages/db/README.md
@@ -0,0 +1,15 @@
+# @sortug/sorlang-db
+
+To install dependencies:
+
+```bash
+bun install
+```
+
+To run:
+
+```bash
+bun run index.ts
+```
+
+This project was created using `bun init` in bun v1.3.1. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.