Skip to content

A collection of C# code and libraries I am working on.

License

Notifications You must be signed in to change notification settings

andyp22/c-sharp-libs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-sharp-libs

A collection of C# code and libraries I am working on.

Files

LocalDb.cs

A wrapper class around the LiteDB library. Methods for creating new NoSQL databases, adding new collections, and CRUD functionality for colections.

DbManager.cs

The DbManager is a mediator to use to manage any database connections needed by an application. Currently setup to work with the LocalDb class but flexible enough to work with other types of databases.

Notes

  • Using NUnit for unit tests.

About

A collection of C# code and libraries I am working on.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published