David Suppiger

Results 3 comments of David Suppiger

The databaseURL is a good idea. So I'll do it this way then. A db abstraction layer would definitely be great although tricky with NoSQL.

How would you handle the entity abstraction (User, AuthInfo, Group)? Currently they have properties with BSON types like `BsonObjectID` and `BsonDate` for easy (de)serialization which is mongodb specific. So far...

I've discovered the [serialization customization](http://vibed.org/api/vibe.data.bson/serializeToBson) methods and implemented those.