{"@context":"https://w3id.org/codemeta/3.0","@type":"SoftwareSourceCode","identifier":"pkg:nuget/dotnet.database","name":"dotnet.database","description":"This client library is a powerful tool for MSSQL/PostgreSQL. This tool allows to easy execute command/procedure with using only one line of code.\n\nSamples - https://github.com/tomaszmargacz/nuget-samples/tree/master/DotNet.Database.Sample\n\nIf you have any questions or need improvement feel free to contact me: tomasz.margacz@gmail.com\n\nSample code:\nvar selectCommandWithParam = _dbClient.ExecuteCommand\u003cTestModel\u003e(\"Select * from dbo.Test where id = @id\", new { id = selectCommand.FirstOrDefault().Id });\nvar selectProcedureWithParam = _dbClient.ExecuteStoredProcedure\u003cTestModel\u003e(\"dbo.GetTest\", new { id = selectProcedure.FirstOrDefault().Id });\n\nint insertCount = _dbClient.ExecuteCommand\u003cint\u003e(\"INSERT INTO dbo.Test (id, text, rate, created) VALUES (@id, @text, @rate, @created)\", new { id = Guid.NewGuid().ToString(), text = \"Test\", rate = 1.2, created = DateTime.UtcNow.ToString(\"yyyy-MM-dd HH:mm:ss\") });","version":"0.0.5","softwareVersion":"0.0.5","keywords":["ORM","MSSQL","SqlClient","PostgreSQL","Npgsql","Object","Relational","Mapping"],"maintainer":[{"@type":"Person","name":"tomasz.margacz"}],"author":[{"@type":"Person","name":"tomasz.margacz"}],"copyrightHolder":[{"@type":"Person","name":"tomasz.margacz"}],"dateCreated":"1900-01-01","dateModified":"2018-01-31","datePublished":"2018-01-31","copyrightYear":1900,"downloadUrl":"https://api.nuget.org/v3-flatcontainer/dotnet.database/0.0.5/dotnet.database.0.0.5.nupkg","applicationCategory":"nuget","runtimePlatform":"nuget","sameAs":["https://www.nuget.org/packages/dotnet.database/"]}