@@ -141,7 +141,6 @@ EXPLAIN SELECT id, COUNT(*) FROM t GROUP BY id ORDER BY id;
141141cargo test -q
142142` ` `
143143
144-
145144# # ⚙️ Configuration
146145
147146Minimal environment variables (runtime only)
@@ -166,7 +165,6 @@ docker run --rm -p 8080:8080 quillsql:latest
166165docker run --rm -p 8080:8080 -e QUILL_DB_FILE=/data/my.db -v $(pwd)/data:/data quillsql:latest
167166` ` `
168167
169-
170168Includes sqllogictest- based cases:
171169
172170- ` src/tests/sql_example/create_table.slt`
@@ -179,3 +177,17 @@ Includes sqllogictest-based cases:
179177
180178- [BustubX](https:// github .com / systemxlabs/ bustubx)
181179- [CMU 15 - 445 / 645 Database Systems](https:// 15445 .courses .cs .cmu .edu / )
180+
181+ # # <img src="https://cdn.simpleicons.org/discord/5865F2" height="20" /> Community
182+
183+ ** Build. Break. Benchmark. Repeat.**
184+ QuillSQL has a Discord server for discussions, support, and * experimental* DB hacking.
185+
186+ ** What you can do here:**
187+ - 🧩 ** Design discussions** — parser / executor / storage architecture
188+ - 🧪 ** Experiments & prototypes** — new operators, indexes, optimizer ideas, wild hacks
189+ - 📈 ** Benchmarks & profiling** — perf numbers, flamegraphs, regression hunts
190+ - 📚 ** Research notes** — papers, learning resources, implementation notes
191+ - 🤝 ** Contributing help** — “good first issue”, PR reviews, roadmap brainstorming
192+
193+ ** Join :** https:// discord .gg / dJqa4RYW65
0 commit comments