Pistos / ramaze-todolist-tutorial

The source code for a tutorial of Ramaze

This URL has Read+Write access

ramaze-todolist-tutorial / sql / data.sql
100644 4 lines (3 sloc) 0.23 kb
1
2
3
4
INSERT INTO tasks ( description ) VALUES ( 'Learn Ramaze basics.' );
INSERT INTO tasks ( description ) VALUES ( 'Say hello in Ramaze IRC channel.' );
INSERT INTO tasks ( description ) VALUES ( 'Write a blog post about Ramaze.' );