Security Insights Additional navigation options master BranchesTags Code This branch is5 commits ahead of,21 commits behindpraeclarum/sqlite-net:master. README MIT license SQLite-net [GitHub Action] [Code Cover
Security Insights Additional navigation options main BranchesTags Code Folders and files Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 136 Commits .github Plugins Runtime Samples~ Tests ...
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
src upgrade nunit 2.x to nunit 3.x 10 months ago tests upgrade nunit 2.x to nunit 3.x 10 months ago .gitattributes * Introduce end-of-line normalization. 8 years ago .gitignore update .gitignore 10 months ago .travis.yml * Travis fix. 6 years ago License * License újr...
.github Plugins Runtime sqlite-net AssemblyInfo.cs AssemblyInfo.cs.meta LICENSE.txt LICENSE.txt.meta SQLite.cs SQLite.cs.meta SQLiteAsync.cs SQLiteAsync.cs.meta Gilzoide.SqliteNet.asmdef Gilzoide.SqliteNet.asmdef.meta SQLiteConnectionExtensions.cs SQLiteConnectionExtensions.cs.meta SQLiteExtensions.cs ...
https://github.com/praeclarum/sqlite-net Usage Note: see unit tests for more examples. publicclassDbStock{[PrimaryKey,AutoIncrement]publicintId{get;set;}[MaxLength(8)]publicstringSymbol{get;set;}}publicclassDbValuation{[PrimaryKey,AutoIncrement]publicintId{get;set;}[Indexed()]publicintStockId...
https://github.com/praeclarum/sqlite-net Usage Note: see unit tests for more examples. publicclassDbStock{[PrimaryKey,AutoIncrement]publicintId{get;set;}[MaxLength(8)]publicstringSymbol{get;set;}}publicclassDbValuation{[PrimaryKey,AutoIncrement]publicintId{get;set;}[Indexed()]publicintStockId...
https://github.com/praeclarum/sqlite-net 使用以下软件包之一: SQLite-net 是一个开源的最小库,允许 .NET、.NET Core 和 Mono 应用程序将数据存储在SQLite 3 数据库中。它最初是为与Xamarin.iOS一起工作而设计的,但后来发展到可以在所有平台(Xamarin.*、.NET、UWP、Azure 等)上工作。
GitHub开源地址:github.com/praeclarum/s SQLite-net提供了以下四个包: PackageDescriptionPackage Address sqlite-net-pcl .NET Standard 库 nuget.org/packages/sqli sqlite-net-sqlcipher 支持加密 nuget.org/packages/sqli sqlite-net-static 使用平台提供的 sqlite3 的 P/Invokes 的特殊版本 nuget.org/packages...
Asynchronous SQLite-net support for Unity. Contribute to kdw9502/UnitySQLiteAsync development by creating an account on GitHub.