Files
ROC/library/persistence/implementation/sqlite/tests
Jocelyn Fiat 7d5869f3b9 Revisited the persistence layer.
Simplified schema to focus on user and node.
Now possible to have sqlite via ODBC and/or mysql support, and select using configuration file.
Updated demo example.
2015-01-27 19:48:37 +01:00
..
2015-01-27 19:48:37 +01:00
2015-01-27 19:48:37 +01:00
2015-01-27 19:48:37 +01:00
2015-01-27 19:48:37 +01:00
2015-01-27 19:48:37 +01:00
2014-11-13 11:57:36 -03:00
2014-11-13 11:57:36 -03:00

SQLite ODBC.

Install the odbc driver from http://www.ch-werner.de/sqliteodbc/

Current version sqliteodbc.exe -- Win32 sqliteodbc_w64.exe -- Win64

Test the ODBC driver using Firefox SQLite DBManager https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/

  1. Open the odbc manger from Windows, create a new database using the SQLite3 ODBC driver and then open it from Firefox.

EiffelStore + SQLiteODBC.

Connection String: https://www.connectionstrings.com/sqlite3-odbc-driver/

"Driver=SQLite3 ODBC Driver;Database=./cms_lite.db;LongNames=0;Timeout=1000;NoTXN=0;SyncPragma=NORMAL;StepAPI=0;"

Edit the database location based on your system.