knadh / localStorageDB

A simple database layer for localStorage and sessionStorage for creating structured data in the form of databases and tables
http://nadh.in/code/localstoragedb
814 stars 128 forks source link

distinct in query #51

Closed danbuntu closed 9 years ago

danbuntu commented 9 years ago

Hello

Is there a way to do a 'distinct' query?

I have a table that contains many many rows and only a few types and would like to know which types are in there.

so something like

select distinct(type) from table

dan

knadh commented 9 years ago

Release v2.3.1 supports distinct. Thanks for suggestion.