Skip to content

gemstone/data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gemstone logo

Data

GPA Gemstone Library

The Gemstone Data Library organizes all Gemstone functionality related to database operations.

GitHub license Build status CodeQL NuGet

This library includes helpful data classes like the following:

  • AdoDataConnection:
    • Represents a database abstraction class for creating new IDbConnection instances from any specified or configured ADO.NET data source.
  • TableOperations:
    • Defines CRUD type database operations for a modeled table for any specified or configured ADO.NET data source. Supports multiple database types for the same model.

Among others.

Documentation

Full Library Documentation