purekid / mongodm

MongoDB ORM that includes support for references,embed and multilevel inheritance.
MIT License
200 stars 47 forks source link

Drop collection #2

Closed squidge closed 11 years ago

squidge commented 11 years ago

Hi,

Is there support yet to drop a collection, e.g. User::drop_collection() or something similar?

purekid commented 11 years ago

Now we have it,I have added a static method drop() in model just now.~enjoy it.

squidge commented 11 years ago

Excellent, thank you