Publisher | Pi-Con |
---|---|
File size | 23.36MB |
Number of files | 99 |
Latest version | 1.0.3 |
Latest release date | 2020-11-09 09:56:26 |
First release date | 2020-07-14 09:49:12 |
Supported Unity versions | 2018.4.2 or higher |
SQLite-Extended is a sub set of commands added to the SQLite library. I made this because I wanted simple commands to read or write ALL data of an object. Not object by object as the standard SQLite Libraries. So we read and write the data recursive as long the data in the object is available.
In complex structures getting and updating all information can be difficult, the methods in SQL-Extended does it with one command for writing:
UpSert(club)
and commands for reading all the data
TableOneToMany
TableManyToMany
TableAllToMany
There are of course more methods in the SQLite-Extended.
See for more information the detailed (html) manual which is added to the package.
Known limitations:
IL2CPP - does not works because of the limitations of reflection.emit in IL2CPP
Full source code is included.
This asset uses SQLlite-Net under MIT license; see Third-Party Notices.txt file in package for details.
In complex structures getting and updating all information can be difficult, the methods in SQL-Extended does it with one command for writing:
UpSert(club)
and commands for reading all the data
TableOneToMany
TableManyToMany
TableAllToMany
There are of course more methods in the SQLite-Extended.
See for more information the detailed (html) manual which is added to the package.
Known limitations:
IL2CPP - does not works because of the limitations of reflection.emit in IL2CPP
Full source code is included.
This asset uses SQLlite-Net under MIT license; see Third-Party Notices.txt file in package for details.