An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

daikoz.sqlwrapper

SQLWrapper makes it easier to create code wrappers for SQL queries. It's a powerful tool that helps speed up development by reducing the need for manual coding. It works with databases various SQL database (MySQL, MariaDB, ...), checking the syntax and performance of SQL queries before you execute them. It's important to note that SQLWrapper isn't like other tools that map objects to database tables (ORMs). Instead, it directly generates code from your SQL queries and database structure, which performs better than tools like LINQ, EntityFramework, dapper, ... and doesn't have the same limitations. One feature is that it can look at your database's structure to check if your SQL queries are correct, and it can create an XML file listing all the data your queries need and return. Then, you can use XSLT templates to turn that XML into code in languages like C#, and more. Overall, DAIKOZ.SQLWrapper is a handy tool for making SQL code easier to work with, saving time, and helping you write better code.

Ecosystem
nuget.org
Latest Release
2.2.4
5 days ago
Versions
49
Downloads
34,431 total
Links
Registry nuget.org
Source Repository
Homepage Homepage
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:nuget/daikoz.sqlwrapper
spec
License
First Release about 126 years ago
Last Synced 5 days ago
Repository
Stars 6 on GitHub
Forks 2 on GitHub