EventStore

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
delarou
Posts: 15
Joined: Thu 07 Apr 2011 15:12

EventStore

Post by delarou » Sun 28 Apr 2013 19:49

We use EventStore (https://github.com/joliver/EventStore) inside our project and until now we used SQL Server but we have to migrate to Oracle.
From the description it's planned to have an Oracle implementation, are there any plans for a Devart implementation and/or somebody else already did the exercise?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: EventStore

Post by Shalex » Mon 29 Apr 2013 13:17

We will investigate the possibility of supporting EventStore and post here about the result.

marijnrutten
Posts: 1
Joined: Tue 04 Jun 2013 09:17

Re: EventStore

Post by marijnrutten » Tue 04 Jun 2013 09:24

Hi,

For our project we also need an integration of EventStore in Devart. What is the status on this subject.

Thanks a lot!

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: EventStore

Post by Shalex » Tue 04 Jun 2013 12:24

Currently there is no timeframe for implementing this feature.

valeriob
Posts: 2
Joined: Sat 27 Aug 2011 09:29

Re: EventStore

Post by valeriob » Wed 12 Jun 2013 07:57

I made that implementation and i can tell that i've tested it with Oracle.ManagedDataAccess.Client (it is on nuget now).
This is the new repository https://github.com/NEventStore/ and you just need to specify the provider name on the connection string.

<add name="EventStore" providerName="Oracle.ManagedDataAccess.Client" connectionString="" />

Post Reply