Coder Social home page Coder Social logo

gongzunpan / spring.data.nhibernate.northwind_demo Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 45.59 MB

from https://github.com/SpringSource/spring-net/tree/master/examples/Spring/Spring.Data.NHibernate.Northwind

C# 9.12% ASP 2.46% JavaScript 88.41%

spring.data.nhibernate.northwind_demo's Introduction

Database configuration
======================

Default: SQLite
---------------

The *default configuration* of the application uses a SQLite database therefore no extra setup is required to run the example.



For SQLServer
-------------

A database file containing the Northwind database schema and data is located in the 
directory src\Spring.Northwind.Web\App_Data named NORTHWND.MDF.  This file can me mounted explicitly using SQL Server 2005 or
SQL Server Express.  The web project's <db:provider> configuration is
setup to point to this database file.  

The integratation tests point to a copy of that database located in the
directory \test\Spring.Northwind.IntegrationTests\bin\Debug.  You will need to copy the .mdf file to the bin\Debug
directory to run the integration test.

SQL Server Express or SQL Server 2005/2008 will need to running before the web application or integration test is launched.

If you prefer to run against a different database, the schema is located in the test_northwind.sql and you will need to
modify accordingly.

spring.data.nhibernate.northwind_demo's People

Contributors

gongzunpan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.