Statistics
| Branch: | Revision:

root / trunk / Pithos.Core / DbConfig.xml @ d9b1cbeb

History | View | Annotate | Download (595 Bytes)

1
<?xml version="1.0" encoding="utf-8" ?>
2
<activerecord>
3
  <config>
4
    <add key="connection.driver_class"  value="NHibernate.Driver.SQLite20Driver" />
5
    <add key="dialect"                  value="NHibernate.Dialect.SQLiteDialect" />
6
    <add key="connection.provider"      value="NHibernate.Connection.DriverConnectionProvider" />
7
    <add key="connection.connection_string"        value="Data Source=pithos.db;Version=3;Enlist=N" />
8
    <add key="proxyfactory.factory_class" value="NHibernate.ByteCode.Castle.ProxyFactoryFactory, NHibernate.ByteCode.Castle" />
9
  </config>
10

    
11
</activerecord>