add mapper.using() functionality

Issue #58 resolved
Mike Bayer repo owner created an issue

objectstore is on its way to supporting any number of Sessions. add using() function to mapper and make sure it works all the way through, i.e.:

    s = Session()
    result = mapper.using(s).select()
    s.commit()

Comments (2)

  1. Log in to comment