Can I embed sqlite database in an Air application?

Is it always necessary to create a database for the user in the adobe air application, or can you send an empty database as part of a distributed application?

+3
source share
1 answer

See the “Distributing a Pre-populated Database” section of the Flex 3.0 documentation. From the documentation:

[...] As an alternative to creating a database, structure and data programmatically, you can distribute a pre-populated database in your application. To distribute a predefined database, include the database file in the AIR application package.

, AIR, (, File.applicationDirectory). . AIR "". , , ( ) .

, :

?

- !

+7

Source: https://habr.com/ru/post/1703621/


All Articles