#
data-access-layer
Here are 55 public repositories matching this topic...
SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
mysql
c-sharp
activerecord
sql
sql-server
database
csharp
postgresql
sql-query
data-access-layer
query-builder
sql-query-builder
-
Updated
Jul 17, 2021 - C#
Data mapping and persistence toolkit for Ruby
-
Updated
Jul 17, 2021 - Ruby
Non-native graph database abstraction layer for Node.js and web browsers.
-
Updated
Jul 12, 2021 - JavaScript
api
flux
enterprise
boilerplate
jwt
vuejs
spa
vuex
data-access-layer
vue-boilerplate
http-wrapper
access-token
refresh-token
realworld
-
Updated
Jun 15, 2021 - Vue
Fast DB-independent DAL for .NET Core: abstract queries, SQL commands builder, schema-less data access, POCO mapping (micro-ORM).
crud
orm
database
csharp
dotnetcore
dot-net
micro-orm
data-access-layer
sql-builder
poco
sql-generation
-
Updated
Mar 2, 2021 - C#
Query builder for node-mysql with introspection, etc.
nodejs
javascript
mysql
metadata
crud
node
sql
database
utilities
js
db
dal
data-access-layer
introspection
-
Updated
Jul 17, 2021 - JavaScript
Postgres schema definition, sql/go, code generation package.
-
Updated
Sep 7, 2018 - Go
An alternative to ORM's such as Entity Framework, offers light-weight database mapping to your existing CLR objects. Visit "Design Goals" on GitHub to see more rationale and guidance.
orm
database
data-binding
micro-orm
entity-framework
dataset
data-access-layer
entityframework
entity-framework-core
nhibernate
dapper
ormlite
poco
orm-framework
orm-library
entityframeworkcore
data-access
microorm
ado-dotnet
data-access-library
-
Updated
Jul 2, 2021 - C#
Data first or code first ORM. Entity/object/class/poco to SQL repository mapping, and vice versa; data to C# class code or emit assembly. Can dynamically generate assemblies, C# code, and SQL scripts for CREATE TABLE, INSERT, & UPDATE. Uses: Reflection, Emit, DataTable and CodeDOM.
data
reflection
orm
database
csharp
dataset
data-access-layer
emitter
code-generation
stored-procedures
emit
sql-script
-
Updated
Jun 7, 2020 - C#
Execute SQL directly from .NET !
mysql
xamarin
sql
orm
database
dotnet
dotnetcore
sqlite
postgresql
micro-orm
db
npgsql
data-access-layer
db2
sqlserver
adonet
ado-net
orm-library
database-framework
dotnet-library
-
Updated
Feb 25, 2021 - C#
Laravel data store framework for building APIs
-
Updated
May 6, 2020 - PHP
This is a Redis adapter for Fortune.
-
Updated
Jan 21, 2017 - JavaScript
MacroMeta adapter for Moleculer DB service.
-
Updated
Jun 10, 2021 - JavaScript
REPOSITORY-style data access layer implementation.
-
Updated
Oct 14, 2020 - C#
place with explanations for each buzzword in the JS world
javascript
factory
dictionary
cookie
arrow-functions
ajax
equality
callback
closure
authorization
event-loop
data-access-layer
duck-typing
dependency
destruction
autentication
high-order-function
-
Updated
Jan 11, 2019 - JavaScript
Micro-ORM for MS Access
-
Updated
Jun 22, 2020 - C#
Laravel generic multilayers structure including Business Logic Layer and Data Access Layer
laravel
artisan
data-access-layer
php71
business-logic
laravel5
laravel5-package
multilayer-architecture
-
Updated
Jun 8, 2021 - PHP
Tenant Management System - Practical implementation of layered architecture in .NET Core
angular
sql-server
data-access-layer
repository-pattern
factory-pattern
net-core
layered-architecture
business-layer
presentation-layer
unit-of-work-pattern
common-layer
-
Updated
Mar 29, 2019 - C#
A portable, cross-platform, cross-database, lightweight, debuggable, replication-aware, migration-friendly, transaction-capable, data access layer (DAL) for PHP.
-
Updated
Jul 5, 2021 - PHP
Telegram Bot to access your data in Orienteer
-
Updated
Sep 10, 2017 - Java
Implements a dev-friendly / cross-environment friendly javascript API to interact with http restful resources
webservice
crud
typescript
sdk
validation
rest
frontend
backend
rest-api
model
restful
crud-functionality
restapi
data-access-layer
javascript-api
restfull-api
sdks
datamodel
restful-webservices
data-access
-
Updated
May 5, 2019 - TypeScript
Provides a thin abstraction over ADO.NET.
-
Updated
Jun 25, 2020 - C#
A set of classes used for accessing SQL Server or SQLite databases while populating models via Dapper
-
Updated
Dec 15, 2020 - C#
Test data-access-layer with specifications and fetch strategies on entity framework core
-
Updated
Oct 14, 2018 - C#
A simple command-based data access library for .NET Core projects.
-
Updated
May 24, 2017 - C#
Generic Redis repository that aims to simplify your data access layer code.
-
Updated
May 13, 2021 - Java
Improve this page
Add a description, image, and links to the data-access-layer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-access-layer topic, visit your repo's landing page and select "manage topics."
The format setting in ApiCall.cs is based on whether the Payload is of type string vs a custom class. This means if you are making a simple GET call without a body and you want an XML response to be parsed properly, you have to set the Payload value to a string as a workaround. Fix will be to allow the format to be specified via a separate property.