SQLitePCLRaw.lib.e_sqlite3
by: Eric Sink
- 2.542k 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.
SQLitePCLRaw.lib.e_sqlite3.linux
by: Eric Sink D. Richard Hipp et al
- 580 total downloads
- Latest version: 1.1.14
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
Springcomp.GPLEX.Runtime
by: Wayne Kelly John Gough Starodub Oleg
- 129 total downloads
- Latest version: 1.2.5
Tools based on Gardens Point Parser Generator version 1.5.2
SQLitePCLRaw.lib.e_sqlite3.android
by: Eric Sink
- 44 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_*.
SQLite
by: SQLite Development Team
- 67 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).
SQLitePCLRaw.lib.e_sqlite3.osx
by: Eric Sink D. Richard Hipp et al
- 505 total downloads
- Latest version: 1.1.14
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
Springcomp.GPPG.Runtime
by: Wayne Kelly John Gough Starodub Oleg
- 119 total downloads
- Latest version: 1.2.5
Tools based on Gardens Point Parser Generator version 1.5.2
SQLitePCLRaw.bundle_e_sqlite3
by: Eric Sink
- 2.828k 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.143k 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
- 331 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
- 34 total downloads
- Latest version: 17.1.1
A library to make things cross-platform that should be.
sqlite-net-pcl
by: SQLite-net
- 566 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
- 712 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
- 33 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
- 26 total downloads
- Latest version: 17.1.1
A library to make things cross-platform that should be.
Splat.Logging
by: .NET Foundation and Contributors
- 23 total downloads
- Latest version: 17.1.1
A library to make things cross-platform that should be.
SQLitePCLRaw.core
by: Eric Sink
- 3.066k 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
- 25 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
- 1.819k 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
- 30 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.