Skip to content

Custom serializer and multiple models #106

Closed
@codingedgar

Description

@codingedgar

Hi!

I use couch db database with multiple models from F#, I was wondering:

  1. How to add work with a different serializer (because F# serialized bit weird)?
  2. How to work with different documents in the same db?

I assume I can use diff "databases" that are the same but with different TSource.:

var rebels = client.GetDatabase<Rebel>("StarWars");
var clones = client.GetDatabase<Clone>("StarWars");

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions