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

nuget.org : 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.

Registry - Source - Homepage - JSON - codemeta.json
purl: pkg:nuget/daikoz.sqlwrapper
Keywords: sql , wrapper , sqlwrapper , ORM , dapper , linq , database , mysql , mariadb , server , mssql , pgsql , sqlite , postgres , postgresql , query , builder , orm , query-builder
License:
Latest release: 3 months ago
First release: about 126 years ago
Downloads: 33,798 total
Stars: 6 on GitHub
Forks: 2 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 24 days ago

    Loading...
    Readme
    Loading...