FastSqliteHelper | Легковесный C # wrapper для упрощения работы с SQLite в
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 (или скорее порчу данных), но даже эта версия уже пригодна для использования (аккуратного).
Небольшая библиотека для упрощения работы с SQLite базой данных в ZennoPoster. Легковесный C# wrapper для SQLite. В первую очередь, данная библиотека поможет исключить множество повторяющегося кода (перехват ошибок, создание SQLiteCommand на каждый запрос, правильную передачу параметров через SQLiteCommand.Parameters). А также, облегчит разработку и упростит обновление и изменение ваших проектов по ходу их развития. Идея и часть реализации подсмотрена у DmitryAk + PHP PDO database framework Medoo. Текущий релиз не избавляет полностью от работы с System.Data.SQLite объектами + содержит несколько изъянов, которые могут допустить SQL-injection (или скорее порчу данных), но даже эта версия уже пригодна для использования (аккуратного).
Support
Quality
Security
License
Reuse
Support
FastSqliteHelper has a low active ecosystem.
It has 6 star(s) with 1 fork(s). There are 3 watchers for this library.
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
Quality
FastSqliteHelper has 0 bugs and 0 code smells.
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.
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.
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
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of FastSqliteHelper
FastSqliteHelper Key Features
No Key Features are available at this moment for FastSqliteHelper.
FastSqliteHelper Examples and Code Snippets
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"] + " -> "
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:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page