FastSqliteHelper | Легковесный C # wrapper для упрощения работы с SQLite в

 by   lord-alfred C# Version: v1.1 License: Non-SPDX

kandi X-RAY | FastSqliteHelper Summary

kandi X-RAY | FastSqliteHelper Summary

FastSqliteHelper is a C# library. FastSqliteHelper has no bugs, it has no vulnerabilities and it has low support. However FastSqliteHelper has a Non-SPDX License. You can download it from GitHub.

Небольшая библиотека для упрощения работы с SQLite базой данных в ZennoPoster. Легковесный C# wrapper для SQLite. В первую очередь, данная библиотека поможет исключить множество повторяющегося кода (перехват ошибок, создание SQLiteCommand на каждый запрос, правильную передачу параметров через SQLiteCommand.Parameters). А также, облегчит разработку и упростит обновление и изменение ваших проектов по ходу их развития. Идея и часть реализации подсмотрена у DmitryAk + PHP PDO database framework Medoo. Текущий релиз не избавляет полностью от работы с System.Data.SQLite объектами + содержит несколько изъянов, которые могут допустить SQL-injection (или скорее порчу данных), но даже эта версия уже пригодна для использования (аккуратного).
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              FastSqliteHelper has a low active ecosystem.
              It has 6 star(s) with 1 fork(s). There are 3 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 1 open issues and 0 have been closed. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of FastSqliteHelper is v1.1

            kandi-Quality Quality

              FastSqliteHelper has 0 bugs and 0 code smells.

            kandi-Security Security

              FastSqliteHelper has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              FastSqliteHelper code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              FastSqliteHelper has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              FastSqliteHelper releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of FastSqliteHelper
            Get all kandi verified functions for this library.

            FastSqliteHelper Key Features

            No Key Features are available at this moment for FastSqliteHelper.

            FastSqliteHelper Examples and Code Snippets

            FastSqliteHelper v1.1,Советы по использованию
            C#dot img1Lines of Code : 24dot img1License : Non-SPDX (NOASSERTION)
            copy iconCopy
            Version=3;Journal Mode=WAL;
            
            System.Data.SQLite.SQLiteDataReader reader = FastSqliteHelper.Select("table_name", new string[]{"id", "value"});
            try {
                foreach(dynamic row in reader) {
                    project.SendInfoToLog("Строка: " + row["id"] + " -> "   
            FastSqliteHelper v1.1,Установка
            C#dot img2Lines of Code : 2dot img2License : Non-SPDX (NOASSERTION)
            copy iconCopy
            using FastSqliteHelperLib;
            using System.Data.SQLite;
              
            copy iconCopy
            bool Init(string database_path, IZennoPosterProjectModel zp_project, string add_to_connection_string="", bool throw_exc_on_errors=true, bool show_log_in_poster=false)
              

            Community Discussions

            No Community Discussions are available at this moment for FastSqliteHelper.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install FastSqliteHelper

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/lord-alfred/FastSqliteHelper.git

          • CLI

            gh repo clone lord-alfred/FastSqliteHelper

          • sshUrl

            git@github.com:lord-alfred/FastSqliteHelper.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link