You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be simpler if the functionality of SQLite Asset package resided in this main package, making it a one-stop shop for using SQLite in Unity. Using SQLite databases as assets is quite useful and it seems people are trying to do it manually instead of relying on ready-made functionality that this optional package brings.
Note on naming conventions: SQLite-net uses "SQLite", while SQLite Asset uses "Sqlite". We should use the same naming convention as this package already uses when copying code, so we should change any namespaces and class names to use "SQLite".
The text was updated successfully, but these errors were encountered:
It would be simpler if the functionality of SQLite Asset package resided in this main package, making it a one-stop shop for using SQLite in Unity. Using SQLite databases as assets is quite useful and it seems people are trying to do it manually instead of relying on ready-made functionality that this optional package brings.
We might as well bring along SQLite Asset - CSV for extra goodies.
Note on naming conventions: SQLite-net uses "SQLite", while SQLite Asset uses "Sqlite". We should use the same naming convention as this package already uses when copying code, so we should change any namespaces and class names to use "SQLite".
The text was updated successfully, but these errors were encountered: