The Wayback Machine - https://web.archive.org/web/20220430021309/https://github.com/topics/database-access
Skip to content
#

database-access

Here are 123 public repositories matching this topic...

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.
  • Updated Apr 26, 2022
  • Groovy
davidjamesb
davidjamesb commented Nov 9, 2021

Hi. There is a bug in this line where Take() is retrieving 1 item more than it should:

https://github.com/cajuncoding/GraphQL.RepoDB/blob/52dabefdeec5f6d29e4f97c3a927bc05426ac31c/GraphQL.PreProcessingExtensions/Paging/OffsetPaging/IEnumerableOffsetPagingCustomExtensions.cs#L54

It should be:

var pagedResults = items.Skip(skipPast).Take(takeSome).ToList();

This is particular nasty if

bug good first issue

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).
  • Updated Feb 28, 2022
  • Visual Basic .NET

Improve this page

Add a description, image, and links to the database-access topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more