Welcome Guest, Not a member yet? Register   Sign In
SQLite in memory problem
#5

(11-13-2014, 11:23 AM)Rufnex Wrote: Try some settings that point you to your sqllite db (never tried it but could work Wink

Code:
$db['default']['hostname'] = 'sqlite:......../db/app.sqlite';
or
$db['default']['database'] = 'db/db.sqlite.';

Hello! But I wanted to create a database in memory, not in a file. It is to run tests. Thanks!
Reply


Messages In This Thread
SQLite in memory problem - by LearningCI - 11-13-2014, 06:51 AM
RE: SQLite in memory problem - by slax0r - 11-13-2014, 08:39 AM
RE: SQLite in memory problem - by LearningCI - 11-13-2014, 10:43 AM
RE: SQLite in memory problem - by slax0r - 11-13-2014, 01:13 PM
RE: SQLite in memory problem - by LearningCI - 11-13-2014, 04:54 PM
RE: SQLite in memory problem - by Rufnex - 11-13-2014, 11:23 AM
RE: SQLite in memory problem - by LearningCI - 11-13-2014, 12:41 PM
RE: SQLite in memory problem - by slax0r - 11-14-2014, 12:28 AM
RE: SQLite in memory problem - by Chroma - 11-14-2014, 07:42 AM
RE: SQLite in memory problem - by LearningCI - 11-14-2014, 07:50 AM
RE: SQLite in memory problem - by Chroma - 11-14-2014, 07:51 AM
RE: SQLite in memory problem - by Rufnex - 11-14-2014, 08:12 AM
RE: SQLite in memory problem - by LearningCI - 11-14-2014, 10:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB