/[Frey]/branches/mojo/sql/strix.sql
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /branches/mojo/sql/strix.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 228 - (show annotations)
Sat Nov 1 13:06:31 2008 UTC (15 years, 6 months ago) by dpavlin
File size: 355 byte(s)
create experimental branch to test Mojo as server instead of Continuity
1 BEGIN TRANSACTION;
2 CREATE TABLE users (
3 id integer primary key autoincrement,
4 ime text,
5 prezime text,
6 email text
7 );
8 INSERT INTO "users" VALUES(NULL,'Anonymous','Coward','nobody@example.com');
9 INSERT INTO "users" VALUES(NULL,'Example','User','example@exaxmple.com');
10 INSERT INTO "users" VALUES(NULL,'Dobrica','Pavlinusic','dpavlin@rot13.org');
11 COMMIT;

  ViewVC Help
Powered by ViewVC 1.1.26