-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2014-11-21, 12:52 AM, Thane Michael wrote:
> I've been searching for a way to serialize an object's vector using
> sqlite3 but are yet find a working solution. How do I go about
> making it happen, an example would be of great help.

If your goal is to store random objects in SQLite, I think it's a bad
idea unless you deal with them as plain BLOBs. However, if your goal
is to easily access tables in SQLite, and manage the relations between
them in a reasonably easy way, take a look at Wt::Dbo:

  http://www.webtoolkit.eu/wt/doc/tutorial/dbo/tutorial.html

It works remarkably well.

Sohail
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)

iQEcBAEBAgAGBQJUcBzxAAoJEEuBkU/kdV4d4akIAJnB09hJbWEbn73hyuV5YyKg
9MjqGctOx2vCl4O6fyI1OmRJ6Zv/Ozs43Viwt+2ciw/y6erDH1BesdUuSl3IsU7r
d7gFfPEvfAjVm9HNcvn0zcBt38nL9PKigV4XhyWMTTWfB0cajE6sI7oOwhtEVXL6
bxTTGjX10UOE0RBLqziKXdHd6iKDaGV0eBrvXgYCVQjFokGGPO282FI3KVP1tXgJ
w97sgcpnEcspnv1m3xEe8kF2IovdDshSHf08IoxMaMVn0+nqrRlUvlxYFjYrMEWA
TzbGxiQimksFMlcfkyxQNItIabpImE6YohU23Mt8zaaqoffA0pE4rKqGx/rDqR0=
=a5mS
-----END PGP SIGNATURE-----

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

Reply via email to