ELENESSKI GAMES
  • Home
  • Games
    • Worzzler
    • The Lost Tribes
    • Crystal (Alpha) >
      • Video Tutorial
      • Join Discord
      • Wiki (Spoilers)
  • Unity
    • Facade Generator for Archimatix (Concept)
    • Elenesski Object Database (EODB)
    • Generic Move Camera
    • Unity C# Library
  • SQLINQ
    • Change Log
    • Concepts >
      • Overview
      • The Patterns
      • Database & Factories
      • Working with Tables
      • Custom Queries
      • Lazy Loading
      • Units of Work
    • Video Tutorials
    • Getting Started
    • Code Examples >
      • Implementing Behavior
      • Finding Objects
      • Custom Searches
      • Converters and Transformers
      • Object Association Management
      • New Objects
      • Creating Database
      • Associating Objects
      • Deleting Objects
      • Validating Objects
      • Saving
    • Sample Model >
      • Tutorial Model
      • Table Classes Code
      • Domain Classes Code
      • Factories Code
    • OSX Developers
    • Bridge Building
    • External Websites
    • Class Documentation
  • Presentations
    • 3D Ship Design
  • Music
    • Jamendo (Main)
    • Blend
    • Sound Cloud
    • Mixcloud (DJ)
    • DJ Demos
  • YouTube

external websites

This section documents the various websites where related tools can be found.


software ideas modeller

This is the software used for the default installation of SQLINQ.  This tool can be obtained from https://www.softwareideas.net/


32-bit sqlite (for use in 32-bit unity5 editor)

Information on SQLite 32-bit can be obtained via: http://sqlite.org and on their download page.  32-Bit: http://sqlite.org/download.html     (Look for the "32-bit DLL (x86) for SQLite verison 3.8.8.3" link)

Windows and OSX developers should download the 32-bit Windows DLL for use in Unity with SQLINQ.


64-bit sqlite (for use in 64-bit unity5 editor)

The default SQLite implementation only supports a 32-bit compilation, but Synopse has a 64-bit version.  This version is included in the SQLINQ library, but you can also get it via this link: http://blog.synopse.info/post/2013/03/23/Latest-version-of-sqlite3.dll-for-Windows-64-bit

This library is included in SQLINQ by permission.  Please see
the http://synopse.info site for additional releases.


SQLITE Browser (for windows, OSX, LINUX and free bsd)

This is the tool that we use for browsing and editing SQLite table data.  http://sqlitebrowser.org/