-
Updated
Jul 9, 2022 - Go
#
database-access
Here are 128 public repositories matching this topic...
Certificate authority and access plane for SSH, Kubernetes, web apps, databases and desktops
go
kubernetes
ssh
golang
bastion
security
postgres
certificate
pam
cluster
firewall
audit
rbac
rdp
database-access
teleport
firewalls
jumpserver
teleport-binaries
kubernetes-access
The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
c-plus-plus
json
sql
networking
cross-platform
xml
logging
configuration
http-client
http-server
poco
database-access
-
Updated
Jul 9, 2022 - C
Slick Plugin for Play
-
Updated
Jul 8, 2022 - Scala
Extended SQLite functionality for Android
-
Updated
Feb 11, 2022 - Java
A small C++ wrapper for the native C ODBC API | Requires C++14 since v2.12
mysql
cplusplus
cpp
odbc
postgresql
sqlite3
cplusplus-14
database-access
sqlserver
vertica
database-access-library
odbc-api
-
Updated
Jul 1, 2022 - C++
Use Moqui Framework to build enterprise applications based on Java. It includes tools for databases (relational, graph, document), local and web services, web and other UI with screens and forms, security, file/resource access, scripts, templates, l10n, caching, logging, search, rules, workflow, multi-instance, and integration.
java
groovy
security
ecommerce
framework
web
rest
server
service
erp
crm
entity
freemarker
database-access
application-framework
moqui
moqui-framework
-
Updated
Jul 9, 2022 - Groovy
A no-framework application skeleton
-
Updated
Dec 16, 2019 - PHP
-
Updated
Nov 3, 2016 - JavaScript
DBI - The Perl 5 Database Interface
-
Updated
Jun 9, 2022 - Perl
.Net library for clever processing of requests from datatables.net jQuery plugin on the server side (ASP.NET, Nancy or any other web server).
-
Updated
Jun 22, 2022 - C#
Dalesbred - a database access library for Java
-
Updated
Jul 1, 2022 - Java
MySQL driver for the Perl5 Database Interface (DBI)
-
Updated
Apr 28, 2022 - Perl
CodeBase is a C-based library to read, write and manage DBF type tables and indexes.
-
Updated
Aug 27, 2020 - C
Mongo ORM: A simple ORM for using MongoDB with the crystal programming language, designed for use with Amber. Based loosely on Granite ORM. Supports Rails-esque models, associations and embedded documents.
-
Updated
May 27, 2020 - Crystal
A runtime-independent asynchronus PostgreSQL client
-
Updated
Mar 7, 2022 - Rust
A MATLAB Mex-DLL to access SQLite databases
-
Updated
Apr 27, 2022 - C
Perl MariaDB driver
perl
database-connector
mariadb
perl5
dbi
database-access
mariadb-connector
perl-database-interface
dbd
-
Updated
Apr 21, 2022 - Perl
Caching layer overtop Quill for Scala
-
Updated
Nov 2, 2020 - Scala
davidjamesb
commented
Nov 9, 2021
Hi. There is a bug in this line where Take() is retrieving 1 item more than it should:
It should be:
var pagedResults = items.Skip(skipPast).Take(takeSome).ToList();
This is particular nasty if
Advanced Database Access Service for Moleculer microservices framework
-
Updated
Jul 1, 2022 - JavaScript
Automagically Exposing Django ORM over gRPC for microservices written in any other languages
devops
microservices
microservice
database-connector
database-as-a-service
database-adapter
database-access
microservices-architecture
microservice-framework
microservice-toolkit
garuda
-
Updated
Jul 30, 2021 - Python
Simple Access ORM provides database access in Ado.net methods naming pattern
mysql
sql-server
orm
repository
dynamic
sqlite
oracle
entity
database-access
stored-procedures
ado-donet
-
Updated
Oct 12, 2021 - C#
PHP Easy DB (Database) is an easy library to manage and control the database.
php
database
php7
oop
database-connector
php5
database-management
database-access
php-database
php-database-framework
php-oop
php-db
php-database-class
php-database-connection
php-class
php-classes
-
Updated
Mar 24, 2021 - PHP
Oracle database driver for the DBI module
perl
database-connector
oracle
perl5
dbi
oracle-db
database-access
oracle-database
perl-database-interface
dbd
-
Updated
Apr 21, 2022 - Perl
DBAddin is an MS Excel Addin for retrieving Database data via userdefined functions into Excel and writing Data (DBMapper), executing generic DML (DBAction) and doing all this in Sequences (DBSequence).
mysql
query
database
excel
postgresql
oracle
ms-sql-server
mysql-database
addin
database-gui
database-access
exceldna
worksheet
retrieve-data
add-on
import-data
excel-dna
userdefined-functions
-
Updated
May 26, 2022 - Visual Basic .NET
Code and Projects for Data Analyst Nanodegree.
-
Updated
Sep 22, 2018 - Jupyter Notebook
Improve this page
Add a description, image, and links to the database-access topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the database-access topic, visit your repo's landing page and select "manage topics."
Часто приходится реализовывать запросы к БД, которые в зависимости от переданных параметров должны добавлять в запрос к БД дополнительные условия - фильтры.
Например, если передали строковый параметр, то нужно поискать в строковых полях, если передали коллекцию идентификаторов, то поискать с вхождением какого-то поля в эту коллекцию( массив).
Для этих целей удобно использовать QueryBuilder