SQLitePCLRaw.lib.e_sqlite3
by: Eric Sink
- 3.129k total downloads
- Latest version: 3.50.3
This package contains builds of the native SQLite code for various platforms.
These builds have "e_sqlite3" as the base name. The first three numbers in the version number of this package indicate the version of SQLite that was used to build it. The fourth number, if there is one, is incremented as needed for packaging-specific changes.
Springcomp.GPLEX.Runtime
by: Wayne Kelly John Gough Starodub Oleg
- 159 total downloads
- Latest version: 1.2.4
Tools based on Gardens Point Parser Generator version 1.5.2
Splat
by: .NET Foundation and Contributors
- 3.706k total downloads
- Latest version: 17.1.1
A library to make things cross-platform that should be.
SQLitePCLRaw.lib.e_sqlite3.android
by: Eric Sink
- 69 total downloads
- Latest version: 2.1.11
This package contains platform-specific native code builds of SQLite for use with SQLitePCLRaw. To use this, you need SQLitePCLRaw.core as well as one of the SQLitePCLRaw.provider.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCL.raw_basic
by: Eric Sink et al
- 1.319k total downloads
- Latest version: 0.9.0-pre8
SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. This package does not provide an API which is friendly to app developers. Rather, it provides an API which handles platform and configuration issues, upon which a friendlier API can be built. On platforms (like Android or iOS) where SQLite is preinstalled, this package may be all you need. On other platforms, or if you want to use a different SQLite build, see the SQLitePCL.plugin.* packages. (Note that with the 0.8.0 release, the ID of this package changed from 'SQLitePCL.raw_basic' to 'SQLitePCL.raw'. Eventually, the old ID will stop getting updates.)
SQLite
by: SQLite Development Team
- 91 total downloads
- Latest version: 3.13.0
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. This package contains native libraries for SQLite on Linux, macOS, and Windows (desktop and Universal Windows apps).
Springcomp.GPPG.Runtime
by: Wayne Kelly John Gough Starodub Oleg
- 156 total downloads
- Latest version: 1.2.4
Tools based on Gardens Point Parser Generator version 1.5.2
SQLitePCLRaw.bundle_e_sqlite3
by: Eric Sink
- 3.486k total downloads
- Latest version: 3.0.2
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init().
Splat.Drawing
by: .NET Foundation and Contributors
- 1.578k total downloads
- Latest version: 17.1.1
A library to make things cross-platform that should be.
SQLitePCLRaw.lib.e_sqlite3.ios
by: Eric Sink
- 479 total downloads
- Latest version: 2.1.11
This package contains platform-specific native code builds of SQLite for use with SQLitePCLRaw. To use this, you need SQLitePCLRaw.core as well as one of the SQLitePCLRaw.provider.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.
Splat.Builder
by: .NET Foundation and Contributors
- 93 total downloads
- Latest version: 17.1.1
A library to make things cross-platform that should be.
sqlite-net-pcl
by: SQLite-net
- 815 total downloads
- Latest version: 1.10.196-beta
SQLite-net is an open source and light weight library providing easy SQLite database storage for .NET, Mono, and Xamarin applications.
This version uses SQLitePCLRaw to provide platform independent versions of SQLite.
Sprache
by: Sprache
- 1.811k total downloads
- Latest version: 3.0.0-develop-00049
Sprache is a simple, lightweight library for constructing parsers directly in C# code.
SQLitePCL.raw
by: Eric Sink et al
- 1.579k total downloads
- Latest version: 0.9.4-pre1
NOTE: As of the 1.0 release, package IDs for SQLitePCL.raw now begin with SQLitePCLRaw.*. Some use cases will involve minor breaking changes in the transition. See README on GitHub for more info.
SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. This package does not provide an API which is friendly to app developers. Rather, it provides an API which handles platform and configuration issues, upon which a friendlier API can be built. On platforms (like Android or iOS) where SQLite is preinstalled, this package may be all you need. On other platforms, or if you want to use a different SQLite build, see the SQLitePCL.plugin.* packages. (Note that with the 0.8.0 release, the ID of this package changed from 'SQLitePCL.raw_basic' to 'SQLitePCL.raw'. Eventually, the old ID will stop getting updates.)
Splat.Core
by: .NET Foundation and Contributors
- 71 total downloads
- Latest version: 17.1.1
A library to make things cross-platform that should be.
Splat.Logging
by: .NET Foundation and Contributors
- 72 total downloads
- Latest version: 17.1.1
A library to make things cross-platform that should be.
SQLitePCLRaw.core
by: Eric Sink
- 4.07k total downloads
- Latest version: 3.0.2
SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. This package does not provide an API which is friendly to app developers. Rather, it provides an API which handles platform and configuration issues, upon which a friendlier API can be built. In order to use this package, you will need to also add one of the SQLitePCLRaw.provider.* packages and call raw.SetProvider().
SQLitePCLRaw.config.e_sqlite3
by: Eric Sink
- 57 total downloads
- Latest version: 3.0.2
This package sets the configuration for using e_sqlite3 but does not bring in that native library itself. It's like bundle_e_sqlite3, except it's hollow.
SQLitePCLRaw.bundle_green
by: Eric Sink
- 2.482k total downloads
- Latest version: 2.1.11
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: iOS=system SQLite, others=e_sqlite3 included. Note that this bundle is identical to bundle_e_sqlite3, except on iOS where it uses the system SQLite library instead of e_sqlite3. In other words, when you use this bundle in a cross-platform app, your app is not using the same SQLite build configuration on all platforms.
SQLite.Native
by: SQLite Development Team
- 43 total downloads
- Latest version: 3.12.3
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. This package contains native libraries for SQLite on Windows, macOS, and Linux.