System.Data.SQLite

A mirror to the official https://system.data.sqlite.org site which uses Fossil for their SCM, and configured to be buildable on mono. (by haf)

System.Data.SQLite Alternatives

Similar projects and alternatives to System.Data.SQLite

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better System.Data.SQLite alternative or higher similarity.

System.Data.SQLite reviews and mentions

Posts with mentions or reviews of System.Data.SQLite. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-09.
  • Tale of .NET Core and the JSON SQLite Extension
    4 projects | dev.to | 9 Apr 2021
    Instead of changing environment variables to modify the DLL search locations, I wanted to see if we can somehow provide an absolute path for the DLL location. Looking at the source for the NuGet package it's clear that, as the Microsoft Docs page noted, the C# code just invokes the native code (sqlite3_load_extension()) directly. Therefore I looked at the SQLite source code. SQLite has the concept of VFS which is a portability layer at the bottom of the SQLite architecture. There are implementations of this abstraction for specific operating systems. Windows and Linux implementations are os_win.c and os_unix.c respectively. The extension loading code eventually relies on VFS implementations to load DLLs. On Linux this is handled by dlopen and it's LoadLibraryW on Windows. I later rediscovered this same information after reading the bottom (section 7) of a SQLite documentation page.

Stats

Basic System.Data.SQLite repo stats
1
12
0.0
over 9 years ago

The primary programming language of System.Data.SQLite is C.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com