I want to get started in Perl 6. Most of my programming includes SQLite databases. It seems like the work was used in SQLite in Perl 6, but most of the information I can find is old and vague.
I see the module "perl6-sqlite" here , but it is marked as [old] and has very little for it. I also saw links to a new DBI based on something related to Java , but most of these conversations have been from last year, and it's unclear if something works there.
So, is there currently an acceptable way to use SQLite in Perl 6?
source share