Op 29 mei 2014, om 11:59 heeft big stone het volgende geschreven:

Hello,

I would like to save my sqlite ':memory:' database into a sql command text
file.

With sqlite.dll, what is the procedure/algorithm ?
Is it already explained somewhere on Internet ?


At first look, I may imagine that I need to :
- create tables in a certain order (keeping the comments for documentation
purpose)
- then insert datas,
- then create views and index, in another certain order
- then create stored procedures at the end, to avoid changing datas during
the  re-feeding of tables

Regards,


Hello, as Your name also appeared in the Python SQLite discussion group , it is useful to note that a Python based solution can likely be obtainded there. I believe the command line tool of APSW (another Python SQLite wrapper) includes an appropiarte method. It is to be seen if and how this can be built upon from other projects. Best regards, E. Pasma.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to