All Projects → rizasif → sqlite-unity-plugin-example

rizasif / sqlite-unity-plugin-example

Licence: MIT License
An Example implementation of the sqlite database plugin in C# unity: https://github.com/rizasif/sqlite-unity-plugin

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to sqlite-unity-plugin-example

jds
Jenesis Data Store: a dynamic, cross platform, high performance, ORM data-mapper. Designed to assist in rapid development and data mining
Stars: ✭ 17 (-41.38%)
Mutual labels:  sqlite
sqlite-dotnet-core
.NET Core 2.1 Console Application using SQLite with Entity Framework and Dependency Injection
Stars: ✭ 17 (-41.38%)
Mutual labels:  sqlite
INTER-Mediator
The new style web application framework, you could develop a db-driven web application with declarative descriptions.
Stars: ✭ 27 (-6.9%)
Mutual labels:  sqlite
lighthouse
Easy clojure relational database queries, migrations and connection pooling
Stars: ✭ 19 (-34.48%)
Mutual labels:  sqlite
aiosqlite3
sqlite3 on asyncio use loop.run_in_executor proxy
Stars: ✭ 21 (-27.59%)
Mutual labels:  sqlite
mdb2sqlite
Conversion tool used to convert microsoft access database to sqlite.
Stars: ✭ 79 (+172.41%)
Mutual labels:  sqlite
AspSqliteCache
An ASP.NET Core IDistributedCache provider backed by SQLite
Stars: ✭ 39 (+34.48%)
Mutual labels:  sqlite
sqlite-vtfunc
Implement SQLite table-valued functions with Python
Stars: ✭ 45 (+55.17%)
Mutual labels:  sqlite
yaramanager
Simple yara rule manager
Stars: ✭ 60 (+106.9%)
Mutual labels:  sqlite
TwitterPiBot
A Python based bot for Raspberry Pi that grabs tweets with a specific hashtag and reads them out loud.
Stars: ✭ 85 (+193.1%)
Mutual labels:  sqlite
mysql2sqlite
Online MySQL to SQLite converter 🔨 https://ww9.github.io/mysql2sqlite/
Stars: ✭ 27 (-6.9%)
Mutual labels:  sqlite
Rezoom.SQL
Statically typechecks a common SQL dialect and translates it to various RDBMS backends
Stars: ✭ 639 (+2103.45%)
Mutual labels:  sqlite
room-populate-demo
Room database pre-population demo
Stars: ✭ 17 (-41.38%)
Mutual labels:  sqlite
SS-Gang-System-SQLITE
SS Gang System for SA-MP
Stars: ✭ 23 (-20.69%)
Mutual labels:  sqlite
verneuil
Verneuil is a VFS extension for SQLite that asynchronously replicates databases to S3-compatible blob stores.
Stars: ✭ 169 (+482.76%)
Mutual labels:  sqlite
sqlite zstd vfs
SQLite3 extension for read/write storage compression with Zstandard
Stars: ✭ 42 (+44.83%)
Mutual labels:  sqlite
italy
Free open public domain football data (football.db) for Italy / Europe - Serie A etc.
Stars: ✭ 35 (+20.69%)
Mutual labels:  sqlite
dbd
dbd is a database prototyping tool that enables data analysts and engineers to quickly load and transform data in SQL databases.
Stars: ✭ 30 (+3.45%)
Mutual labels:  sqlite
pocket-to-sqlite
Create a SQLite database containing data from your Pocket account
Stars: ✭ 56 (+93.1%)
Mutual labels:  sqlite
docarray
The data structure for unstructured data
Stars: ✭ 561 (+1834.48%)
Mutual labels:  sqlite

sqlite-unity-plugin-example

This project is a practical implementation of the sqlite-unity-plugin. This project can be tested on Windows, Android and iOS devices.

  • Check the DbTestBehaviourScript.cs file for usage exmaple and run it by attaching to an empty gameobject.

  • The DataBank folder contains scripts that provides a practical example of sqlite database.

Read this artcle on medium for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].