#
data-access-layer
Here are 51 public repositories matching this topic...
Data mapping and persistence toolkit for Ruby
-
Updated
Jun 25, 2020 - Ruby
2
mattcollier
commented
Feb 22, 2019
Pun intended.
Looking over the documentation for the find/request API, I'm having difficulty determining how I specify the starting point for my search when my data set is a DAG that looks like this.
A B C
| | |
D | E
\ | /
F
A search for D starting from B or C should come up empty, but of course D should be found if starting from A.
api
flux
enterprise
boilerplate
jwt
vuejs
spa
vuex
data-access-layer
vue-boilerplate
http-wrapper
access-token
refresh-token
realworld
-
Updated
Jun 16, 2020 - Vue
Utilities for node-mysql driver with specialized result types, introspection and other helpful functionality.
nodejs
javascript
mysql
metadata
crud
node
sql
database
utilities
js
db
dal
data-access-layer
introspection
-
Updated
Mar 18, 2020 - JavaScript
Postgres schema definition, sql/go, code generation package.
-
Updated
Sep 7, 2018 - Go
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#
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
May 1, 2020 - C#
Execute SQL directly from .NET Core !
mysql
xamarin
sql
orm
database
dotnet
dotnetcore
sqlite
postgresql
micro-orm
db
npgsql
data-access-layer
db2
sqlserver
adonet
ado-net
database-framework
dotnet-library
-
Updated
Jun 27, 2020 - C#
This is a Redis adapter for Fortune.
-
Updated
Jan 21, 2017 - JavaScript
Laravel data store framework for building APIs
-
Updated
May 6, 2020 - PHP
MacroMeta adapter for Moleculer DB service.
-
Updated
Mar 14, 2020 - JavaScript
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
Mar 21, 2020 - PHP
Telegram Bot to access your data in Orienteer
-
Updated
Sep 10, 2017 - Java
Data Access Layer for Druid data-store
-
Updated
Feb 28, 2019 - Java
REPOSITORY-style data access layer implementation.
-
Updated
Nov 21, 2019 - C#
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
A set of classes used for accessing SQL Server or SQLite databases while populating models via Dapper
-
Updated
Nov 10, 2019 - C#
Provides a thin abstraction over ADO.NET.
-
Updated
Jun 25, 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
Apr 9, 2020 - PHP
A simple command-based data access library for .NET Core projects.
-
Updated
May 24, 2017 - C#
Multipurpose universal utilities library so you don't have to write your own utils for every project. Includes extensions, encapsulation of logging and encryption, basic datareader-to-POCO mapping, a mailer throttle, and strongly-typed API callers.
-
Updated
Feb 21, 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
Async data access layer for postgresql
-
Updated
Dec 11, 2019 - Python
XData is .Net domain object oriented data access layer component. It is not "yet another ORM", but а comlete feature rich data access layer for Your solutions. Basic idea to create this component was a suppling high quality tool to professional developers, having deep competences in data storage modeling and access.
mysql
linq
orm
oracle
microsoft-sql-server
data-access-layer
role-based-access-control
unit-of-work
three-tier-architecture
xdata
sql-procedures
-
Updated
Jun 13, 2020
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."


We can log it using
Output
// Fetch invalid users SELECT * FROM [Users] WHERE [Invalid] = 1