Skip to content

SqlWorker is .Net library that allows developer to most easily run database queries. Library automatically manages DbConnection, DbCommand and DbDataReader objects. Developer only writes queries.

License

obratim/SqlWorker

Repository files navigation

SqlWorker

SqlWorker allows developer to most easily run database queries. Library automatically manages DbConnection, DbCommand and DbDataReader objects. Developer only writes queries.

It can be useful when implementing simple applications and utilities, that execute a few queries to database, or as workaround for ORM system issues when performing complicated stuff.

How do I get started?

  • SqlWorker is available with ** nuget **
  • Initialisation requires specification of connection string to target database
  • Wiki page contains several examples to start with

License

This project is licensed under the MIT license.

About

SqlWorker is .Net library that allows developer to most easily run database queries. Library automatically manages DbConnection, DbCommand and DbDataReader objects. Developer only writes queries.

Resources

License

Stars

Watchers

Forks

Packages

No packages published