#
stored-procedures
Here are 271 public repositories matching this topic...
plpgsql_check is linter tool for language PL/pgSQL (native language for PostgreSQL store procedures).
c
extension
profiler
linter
postgresql
plpgsql
stored-procedures
postgresql-extension
function-plpgsql
-
Updated
Nov 16, 2021 - C
easily create postgresql extensions in golang; moved to gitlab.com/microo8/plgo
-
Updated
May 11, 2021
shantstepanian
commented
Jun 22, 2020
We don't want to build releases on any tags, just for releases
This is a mysql and postgresql store procedure and trigger implementation of closure table in RDBMS about hierarchy data model.
-
Updated
Sep 26, 2018 - PLpgSQL
PostgreSQL extension which provides persistent logging within transactions and functions.
-
Updated
Aug 9, 2021 - PLpgSQL
Business Entity Execution Framework
microservices
framework
database
dotnetcore
architecture
integration-testing
grpc
nunit
entity-framework
entities
eventhubs
event-driven
apis
code-generation
cosmos
webapi
beef
odata
stored-procedures
dbup
-
Updated
Oct 26, 2021 - C#
Entity-State model managed by Neo4j Procedures
state-management
neo4j
graph-algorithms
neo4j-plugin
state
entity
graph-database
procedure
version-manager
stored-procedures
procedures
entity-state
neo4j-versioner
-
Updated
Jun 24, 2021 - Java
Java Stored Procedure Wrapper: Calling PostgreSQL stored procedures from Java
-
Updated
Sep 3, 2021 - Java
MySQL Tree Traversal practical examples
-
Updated
Aug 6, 2015 - SQLPL
PL/pgSQL stored procedure code coverage tool
-
Updated
Mar 2, 2021 - Ruby
CodeSmith Generator Templates
database
entity-framework
code-generation
nhibernate
stored-procedures
codesmith
codesmith-templates
csla
plinqo
linq-to-sql
-
Updated
Sep 4, 2020 - C#
This project provides procedures and functions to support machine learning applications with Neo4j.
-
Updated
Jun 4, 2018 - Java
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#
SQL-ProcBench is an open benchmark for procedural workloads in RDBMSs.
-
Updated
Sep 25, 2021 - TSQL
Using trigger based stored procedure to create audit table. It follows the wordpress meta data approach to store the changes, so all the data is store in just two centalized tables.
-
Updated
Feb 5, 2018 - SQLPL
Simple Stored Procedure call wrapper with no framework dependencies.
-
Updated
Apr 20, 2019 - Java
A more convenient and type safe way to call stored procedures from Java.
-
Updated
Oct 23, 2021 - Java
Neo4j Procedures to declare, store and run Javascript, Python, R, Ruby based procedures
javascript
neo4j
graph-database
cypher
stored-procedures
user-defined-functions
cypher-query-language
script-engine
java-scripting
-
Updated
Nov 23, 2018 - Java
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#
Web API designed in Asp.NET Core 3.1, using Dapper and Entity Framework Core, Repository Pattern, Identity
api
identity
sql
rest-api
dependency-injection
swagger
email-sender
entity-framework-core
dapper
repository-pattern
stored-procedures
generic-repository
dapper-donet-core
web-api-core
netcore31
-
Updated
Aug 26, 2021 - C#
High performance model mapping
-
Updated
May 9, 2019 - C#
sp_Develop can be used by database developers, software developers and for performing database code (smell) reviews.
sql-server
best-practices
health-check
naming-conventions
code-analysis
databases
sql-query
ms-sql-server
microsoft-sql-server
stored-procedures
tsql
code-smells
t-sql
microsoft-sql
database-design
best-practice
database-development
sql-servers
sp-develop
sql-server-assess
-
Updated
Nov 8, 2021 - TSQL
Sources for YourSqlDba : Database maintenance solution that installs as a single SQL script
-
Updated
Nov 19, 2021 - HTML
In this repository, you can find some stored procedures, triggers, views and t-sql examples with both their explanations and implementations.
-
Updated
Mar 30, 2021 - TSQL
-
Updated
Jul 18, 2019 - PHP
Various SQL stuff I'm working on...tools, scripts, etc
sql
sql-server
sql-query
ms-sql-server
mssql
sqlserver
stored-procedures
dbo
mssqlserver
ms-sql
stored-procedure
ms-sqlserver
storedprocedure
-
Updated
Sep 23, 2021 - TSQL
Predict home value using golang and IBM Db2 warehouse on cloud
-
Updated
Aug 7, 2019 - HTML
Crane is an simple to use ORM to minimise the job of mapping SQL queries to POCO
-
Updated
Apr 2, 2018 - C#
PyStratum-Cli: The Frontend
-
Updated
Oct 26, 2020 - Python
Improve this page
Add a description, image, and links to the stored-procedures topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stored-procedures topic, visit your repo's landing page and select "manage topics."
Feature description (Mandatory)
Please add the capability to specify the type of array instead of defaulting to string. i.e.
apoc.array.int()
How this feature can improve the project?
By default, it is created as a string. Some customers have asked for the ability to hint at the data type.