Skip to content

Commit

Permalink
Update README notes about database library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshData committed Jan 27, 2010
1 parent 4af4bd2 commit f15c3f5
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.txt
Expand Up @@ -23,9 +23,17 @@ Each directory contains the files:
This is the core library.

SemWeb.MySQLStore.dll, SemWeb.PostgreSQLStore.dll, SemWeb.SqliteStore.dll
Assemblies providing SQLStore implementations for
those RDBMSs. The MySQL library isn't available in
the .NET 1.0 build.
Assemblies providing SQLStore implementations for those RDBMSs.

The MySQL library isn't available in the .NET 1.0 build because
the MySQL Connector client library is .NET 2.0 only. SemWeb.MySQLStore
is compiled against MySQL Connector version 6.0.3. You might
need to recompile it if you use a different version.

The PostreSQL library is compiled against Npgsql 2.0.0.0.

The Sqlite library is compiled against Mono.Data.Sqlite
version 2.0.0.0.

SemWeb.Sparql.dll
An assembly providing the SPARQL engine class. It requires
Expand Down

0 comments on commit f15c3f5

Please sign in to comment.