StoryDev.DBO.PostgreSQL 1.0.0

dotnet add package StoryDev.DBO.PostgreSQL --version 1.0.0
                    
NuGet\Install-Package StoryDev.DBO.PostgreSQL -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StoryDev.DBO.PostgreSQL" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StoryDev.DBO.PostgreSQL" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="StoryDev.DBO.PostgreSQL" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add StoryDev.DBO.PostgreSQL --version 1.0.0
                    
#r "nuget: StoryDev.DBO.PostgreSQL, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package StoryDev.DBO.PostgreSQL@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=StoryDev.DBO.PostgreSQL&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=StoryDev.DBO.PostgreSQL&version=1.0.0
                    
Install as a Cake Tool

StoryDev.DBO

StoryDev.DBO is a database object management system primarily used in conjunction with the proprietary software, StoryDev Data Studio.

This library is a simpler approach to modern ORM systems, focusing on scripting capabilities and dynamic database object creation at runtime. This is not intended as a replacement to your typical ORM. However, this can be used in production projects for ASP.NET or other .NET applications.

Please note that this library is a work-in-progress and features will be added over time.

Features

StoryDev.DBO is the core library, required for all SQL vendors (except JSON files). All other libraries, StoryDev.DBO.* are the relevant vendors for use in your applications.

  • Support for all major SQL vendors: MySQL, SQLite, PostgreSQL, Oracle Database and Microsoft SQL Server.
  • Standard interfaces for managing and performing database actions: IInstanceManager, IDBObject and IDBReader.
  • Access to all bulk queries for INSERT, UPDATE and DELETE.
  • Prepare bulk queries and execute all at once with Manager.Begin and Manager.End.
  • ItemConstructor class for runtime database object creation.
  • StoryDev.DBO.Scripting namespace for access to classes and enums to allow you to implement your own scripting or dynamic database runtime.

Note that LINQ queries are not supported at this time.

Roadmap

DBO will be developed over time and will include more features. These will include:

  • Masking options for certain database fields.
  • Support for No-SQL vendors.
  • Non-instanced querying (type-less; purely via scripting or StoryDev.DBO.Scripting)
  • DBObject to View mapping options.

License

This library is licensed under the BSD 2-Clause.

BSD 2-Clause License

Copyright 2022 StoryDev Studios

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 309 4/19/2022