Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: RFC: Databases made easy (and hard database tasks made possible)

by Your Mother (Archbishop)
on Mar 20, 2011 at 07:09 UTC ( [id://894284]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use warnings;
    ...
    Added 6 rows to the People table
    id:4  Kyle    21
    id:1  Jane    22
    
  2. or download this
    >echo "CREATE TABLE People (id INTEGER PRIMARY KEY, name VARCHAR(128),
    + age INTEGER);" | sqlite3 peeps
    >dbicdump -o debug=1 -o dump_directory=./dbic-test My::Schema dbi:SQLi
    +te:peeps
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://894284]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-03-29 09:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found