aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-06-04 00:23:29 +0530
committerAkshay Nair <phenax5@gmail.com>2026-06-04 00:23:29 +0530
commit72e84fc3a354e21290b77203d226c9968ae14418 (patch)
tree003db15b33d52ea1e0562e1c2fa4a8fbe64f2d7f /README.md
parented4b84d2ca7e5b13d010effefb8ae676d084124a (diff)
downloadsqlite-creative-coding-72e84fc3a354e21290b77203d226c9968ae14418.tar.gz
sqlite-creative-coding-72e84fc3a354e21290b77203d226c9968ae14418.zip
Add polka thing
Diffstat (limited to '')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9bafdf2..ef15bbe 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# sqlite creative coding
-Generating some visuals with SQL because nobody stopped me
+Generating some visuals with SQL because nobody stopped me. With the magic of [recursive CTE](https://sqlite.org/lang_with.html).
### Dependencies
- sqlite3
@@ -26,5 +26,12 @@ Generating some visuals with SQL because nobody stopped me
<img src="media/mandelbrot.png" />
</td>
</tr>
+ <tr>
+ <td width="50%" valign="top">
+ <h3><a href="./src/polka.sql">Just some dots</a></h3>
+ <img src="media/polka.png" />
+ </td>
+ <td width="50%" valign="top"></td>
+ </tr>
</table>