edrikL / gears

Automatically exported from code.google.com/p/gears
2 stars 3 forks source link

Add a mechanism to determine if a db exists #67

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
michaeln says: 

One idea...

Database {

// returns true if the database was opened
// returns false if the database does not exist
bool open(string name, string opt_domain);

// creates and opens a database
void create(string name, string opt_domain);

void close(opt_delete);
}

Original issue reported on code.google.com by gears.te...@gmail.com on 11 Jun 2007 at 12:24

GoogleCodeExporter commented 9 years ago

Original comment by gears.te...@gmail.com on 27 Jun 2007 at 7:30

GoogleCodeExporter commented 9 years ago

Original comment by gears.te...@gmail.com on 15 Aug 2007 at 9:10

GoogleCodeExporter commented 9 years ago

Original comment by othman@gmail.com on 5 Sep 2007 at 7:45

GoogleCodeExporter commented 9 years ago

Original comment by gears.te...@gmail.com on 21 Jan 2008 at 5:49