Hi Looking for a little assistance. I am trying to create a basic database schema using Ruby, Sequel and Sqlite3.
I am reading here http://sequel.rubyforge.org/rdoc/classes/Sequel/Database.html#M000510 and http://www.firstsql.com/tutor6.htm . The only thing that would be unusual about my db is that I want to use two primary keys time & date as no more than one event can occur at any time though multiple events could occur on a day. I am not understanding in sequel how to correctly create a db with multiple keys? Or should I just be generating a random number to create a key which references date and time? Thanks Sayth NB: I originally posted this int he comp.lang.ruby list before I was advise from there that the sequel group was available. awesome. -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
