Skip to content

Rather-Good-Games/SQLRG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLRG

Example of write/read/delete from SQLite database.

Version: 1: 1 FEB 23

Author: RatherGood1

Credits:

Google, Microsoft and Stack Overflow

Usage:

  • See the "SQLRG_TEST" scene.
  • Database in the Streaming Assets folder: DBTestMe.sqlite
  • Add interface "ISqlRG" to your class.
  • Follow the "SqlRG_ExampleData.cs" on how to set up the class.
  • Add variables to your class by updating the "DBXref", "DBData" to handle the conversions.

NOTE:

  • Useful as order of variables doesn't matter.
  • If the table does not exist it will be added.
  • However, if adding additional variables to an existing database table, you will need to manually add them to the table using a DB editor.
  • Rather Good Recommends: https://sqlitebrowser.org/.

Requirements

  • Requires SQLite for Unity
  • Suriyon MMORPG Kit contains this by default

paypal

About

Read Write to SQLiteDB

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages