There's no direct support.
You can try the following methods:
1. construct SQL strings and pass them to external sqlite process.
2. use a Common Lisp sqlite library. This requires some programming.
3. use C FFI interface, this also requires some programming.
4. use sage to interface with SQL and FriCAS.
5. it is possible to export sqlite database to text format, then
together with grep/sed/etc to hack up a input file for FriCAS to read.
May I ask you what's the purpose of this? Maybe you don't need
full sqlite support, and there can be a shortcut to fullfill your needs.
- Qian
On 12/24/23 10:53, 'Nasser M. Abbasi' via FriCAS - computer algebra
system wrote:
I googled and could not find hit on this. Is it possible to open SQLITE3
<https://www.sqlite.org/index.html> database file from Fricas and
read/write to the database using SQL?
Currently all my integration problems are stored in sqlite3 database which
is open source database. Both Maple and Mathematica support reading/write
to it. I wrote small note sometime ago how to do this in Maple. Here is link
<https://12000.org/my_notes/faq/sql_in_maple/index.htm>
Does Fricas have such API? I use sqlite3 for all my software and store
everything in database files.
Thanks
--Nasser
--
You received this message because you are subscribed to the Google Groups "FriCAS -
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to fricas-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/4941fb05-f80b-4317-9be4-27e033abb7d4%40gmail.com.