diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-06-04 00:23:29 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-06-04 00:23:29 +0530 |
| commit | 72e84fc3a354e21290b77203d226c9968ae14418 (patch) | |
| tree | 003db15b33d52ea1e0562e1c2fa4a8fbe64f2d7f /README.md | |
| parent | ed4b84d2ca7e5b13d010effefb8ae676d084124a (diff) | |
| download | sqlite-creative-coding-72e84fc3a354e21290b77203d226c9968ae14418.tar.gz sqlite-creative-coding-72e84fc3a354e21290b77203d226c9968ae14418.zip | |
Add polka thing
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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> |
