SimpleAccess.SqlServer
3.1.0-rc-2
See the version list below for details.
dotnet add package SimpleAccess.SqlServer --version 3.1.0-rc-2
NuGet\Install-Package SimpleAccess.SqlServer -Version 3.1.0-rc-2
<PackageReference Include="SimpleAccess.SqlServer" Version="3.1.0-rc-2" />
paket add SimpleAccess.SqlServer --version 3.1.0-rc-2
#r "nuget: SimpleAccess.SqlServer, 3.1.0-rc-2"
// Install SimpleAccess.SqlServer as a Cake Addin #addin nuget:?package=SimpleAccess.SqlServer&version=3.1.0-rc-2&prerelease // Install SimpleAccess.SqlServer as a Cake Tool #tool nuget:?package=SimpleAccess.SqlServer&version=3.1.0-rc-2&prerelease
Simple Access ORM
SimpleAccess provides a simple and easy database access as well as a repository for CRUD and other helper methods.
SimpleAccess supports multiple databases. All implement the same interface for each database.
SimpleAccess also provides excpetion logging.
SimpleAccess returns data in Entity and dynamic data type but also allow developers to work on direct DataReader or DataSet
Documentation
Nuget package
Sql Server
PM > Install-Package SimpleAccess.SqlServer
Oralce
PM > Install-Package SimpleAccess.Oracle
MySql
PM > Install-Package SimpleAccess.MySql
SQLite
PM > Install-Package SimpleAccess.SQLite
Support
- SimpleAccess is written in C# and support .net Managed Code languages (C# and VB.net etc)
- Sql Server 2005 and later
- Oracle 10g and later (in default SimpleAccess uses Oracle Managed Data Provider for .NET)
- SQLite
- MySql
- PostgreSQL (coming)
Roadmap
- Separate SimpleCommand and Repositoy
- vitual properties must behave like NotASpParameter marked perperty in Entities drived from StoredProcedureParameters
- Remove StoredProcedureParameters inheritance from Enity Class to make entity more lighter
- Add InsertAll<TEntity>, UpdateAll<TEntity>, DeleteAll<TEntity> with support of internal trasaction in Repository
- Add Find<TEntity> and FindAll<TEntity> in Repository
- Add ExecuteValues<T> for getting result of a single column query in IEnumerable<T>
- NetStandard 2.0 support
- Write unit test
- NetStandard 2.1 support with Microsoft.Data.SqlClient
- Configure StoredProcedure naming convention mapping to repository method (Insert, Update, Delete, Get, GetAll, Find, FindAll) methods in repository settings
- Add Sql Generation for Non StoredProcedures command types (Insert, Update, Delete, Get, GetAll, Find, FindAll) (90%)
SqlEntityRepository Without SP implementation (version 3.1)
- SqlEntityRepository implementation (90%)
- Add
DefaultView
property in EntityAttribute - Add
PrimaryAttribute
for decorating primary key of an entity - Add database sequence support using with
PrimaryKeyAttribute
-
DefaultView
property in EntityAttribute support for default select - Replace ISimpleLogger with ILogger
- Column selection with
Find
,FindAll
,Get
,GetAll
- Fixing comments, documention and adding examples
- SimpleAccess Factory, Allow SimpleAccess to create SimpleAccess object the base of configuration(xml/json)
ISimpleAccess sqlSimpleAccess = SimpleAccessFactory.Create("SqlServer")
ISimpleAccess oralceSimpleAccess = SimpleAccessFactory.Create("OracleServer")
- Allow developer to add database column custom/special value mapper and parameter builder using IDbDataMapper.
SimpleAccess.DataMappers.Add(new GeomaryDataMapper());
- Allow developer to force SimpleAccess to use specific custom DataMapper to map and build parameter using DbMapperAttribute DbMapper(typeof(GeomaryDataMapper))
- ExecuteJson and ExecuteBson
- Rewrite code generation application
- Allow developer to add more T4 Templates
- Allow developer to edit T4 Templates directly inside the application
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.0
- SimpleAccess.Core (>= 3.1.0-rc2)
-
.NETFramework 4.5
- SimpleAccess.Core (>= 3.1.0-rc2)
-
.NETStandard 2.0
- SimpleAccess.Core (>= 3.1.0-rc2)
- System.Data.SqlClient (>= 4.4.0)
-
.NETStandard 2.1
- Microsoft.Data.SqlClient (>= 1.1.0)
- SimpleAccess.Core (>= 3.1.0-rc2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on SimpleAccess.SqlServer:
Package | Downloads |
---|---|
SimpleAccess.SqlServer.Repository
Simple Access ORM provides database access in Ado.net methods naming pattern. Documentation of using SimpleAccess is available at https://simpleaccessorm.com |
|
SimpleApp.Web.Localization.Abstract
Aspnet Core 6 Localization Component Abstraction classes |
|
SimpleApp.Web.Localization
Aspnet Core 6 Localization component |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.0.0-beta-6.0.0.4 | 370 | 9/11/2022 |
6.0.0-beta-6.0.0.3 | 130 | 8/15/2022 |
6.0.0-beta-6.0.0.2 | 210 | 8/13/2022 |
6.0.0-beta-6.0.0.1 | 137 | 8/2/2022 |
5.0.0-beta-5.0.0.1 | 198 | 10/19/2021 |
3.1.1 | 1,195 | 7/31/2022 |
3.1.0 | 1,071 | 10/12/2021 |
3.1.0-rc-9 | 762 | 7/23/2021 |
3.1.0-rc-8.8 | 181 | 4/24/2021 |
3.1.0-rc-8.7 | 197 | 3/28/2021 |
3.1.0-rc-8.6 | 316 | 2/10/2021 |
3.1.0-rc-8.5 | 212 | 1/13/2021 |
3.1.0-rc-8.4 | 339 | 12/19/2020 |
3.1.0-rc-8.2 | 314 | 11/9/2020 |
3.1.0-rc-8.1 | 310 | 11/8/2020 |
3.1.0-rc-8 | 980 | 11/7/2020 |
3.1.0-rc-7.9 | 367 | 7/8/2020 |
3.1.0-rc-7.8 | 278 | 7/8/2020 |
3.1.0-rc-7.7 | 356 | 7/5/2020 |
3.1.0-rc-7.6 | 347 | 7/5/2020 |
3.1.0-rc-7.5 | 278 | 7/3/2020 |
3.1.0-rc-7.4 | 296 | 7/2/2020 |
3.1.0-rc-7.3 | 317 | 7/1/2020 |
3.1.0-rc-7.2 | 254 | 6/7/2020 |
3.1.0-rc-7.1 | 298 | 5/19/2020 |
3.1.0-rc-5 | 954 | 5/8/2020 |
3.1.0-rc-3.1.0.15 | 194 | 8/22/2021 |
3.1.0-rc-3.1.0.13 | 158 | 8/15/2021 |
3.1.0-rc-3 | 973 | 5/6/2020 |
3.1.0-rc-2 | 1,013 | 4/4/2020 |
3.1.0-rc-12 | 831 | 7/31/2021 |
3.1.0-rc-11 | 785 | 7/30/2021 |
3.1.0-rc-10 | 786 | 7/30/2021 |
3.1.0-beta-5 | 1,060 | 3/28/2020 |
3.1.0-beta-4 | 1,001 | 3/1/2020 |
3.1.0-beta-3 | 957 | 1/26/2020 |
3.1.0-beta-2 | 1,082 | 1/22/2020 |
3.1.0-beta | 1,077 | 1/4/2020 |
3.0.2 | 1,542 | 11/22/2019 |
3.0.1 | 1,181 | 11/22/2019 |
3.0.0 | 1,312 | 5/22/2019 |
2.1.1 | 2,222 | 12/4/2017 |
2.1.0 | 1,564 | 8/5/2017 |
2.0.6 | 1,762 | 7/7/2017 |
2.0.5.8 | 1,553 | 6/8/2017 |
2.0.5.7 | 1,556 | 6/8/2017 |
2.0.5.6 | 1,552 | 6/8/2017 |
2.0.5.5 | 1,560 | 6/8/2017 |
2.0.5.4 | 1,570 | 6/8/2017 |
2.0.5.3 | 1,532 | 6/6/2017 |
2.0.5.2 | 1,548 | 6/6/2017 |
2.0.5.1 | 1,570 | 6/4/2017 |
2.0.5 | 1,576 | 6/4/2017 |
2.0.4 | 1,722 | 3/17/2017 |
2.0.3 | 1,703 | 2/16/2017 |
2.0.2.2 | 1,689 | 2/12/2017 |
2.0.2 | 1,819 | 1/9/2017 |
2.0.1 | 2,540 | 11/4/2016 |
2.0.0 | 1,745 | 10/19/2016 |
2.0.0-beta-74 | 1,643 | 8/31/2016 |
2.0.0-beta-73 | 1,644 | 8/31/2016 |
2.0.0-beta-72 | 1,699 | 8/24/2016 |
2.0.0-beta-70 | 1,655 | 8/24/2016 |
2.0.0-beta-63 | 1,885 | 7/11/2016 |
2.0.0-beta-62 | 1,868 | 7/11/2016 |
2.0.0-beta-60 | 1,729 | 7/10/2016 |
2.0.0-beta-55 | 1,969 | 1/18/2016 |
2.0.0-beta-53 | 1,809 | 12/13/2015 |
2.0.0-beta-100 | 1,619 | 8/24/2016 |
Changes:
- SqlEntityRepository Implemented
- .Net Standard 2.0 and .Net Standard 2.1 with Microsoft.Data.SqlClient support added
- Aysnc support for Dotnet full framework 4.5 and .Net Standard 2.0 and later
- Repository Performance improvement
- GetPagedList extensions methods added
- SqlRepository is renamed to SqlSpRepository and SqlRepository is marked as Obsolete
- PrimaryKey attribute added to support Sequence object
Bug fixes
- SqlEntityRepository Get, Find, FindAll methods fixed