nhachicha / SnappyDB

A key-value database for Android
1.78k stars 220 forks source link

Multiple tables #12

Open ghost opened 10 years ago

ghost commented 10 years ago

Is it possible to have multiple tables within a single database?

If yes, how can I accomplish that?

Thanks.

nhachicha commented 10 years ago

Hi @SotirisAtMAG It's a key value database not a RDBMS you can still store primitive, objects or collections (could be considered similar to table though)

Cheers,