Skip to content

hammadsajid786/DatabaseForge

 
 

Repository files navigation

Database Forge

DatabaseForge is windows app and libraries to load and manipulate SQL Server databases. Database Contracts is a library that can be used as the foundation for code generation tools that are built on SQL Server.

To use the DatabaseForge run the DatabaseForgeApp project in the solution.

To use the database contracts nuget package in your project.

Install-Package Codenesium.DatabaseContracts

IDatabaseInterface sqlInterface = DatabaseInterfaceFactory.Factory("MSSQL");
sqlInterface.SetConnectionString(connectToDatabase.ConnectionString);
DatabaseContainer databaseContainer = sqlInterface.GetDatabaseStructure();

NuGet Badge

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 83.7%
  • C# 8.4%
  • PLpgSQL 6.7%
  • TypeScript 1.2%