Question

I want to start dabbling in Perl 6. A large percentage of my programming involves SQLite databases. It looks like work has been put into using SQLite in Perl 6, but most of the info I can find is old and vague.

I see a "perl6-sqlite" module here, but it's marked as [old] and has very little to it. I've also seen references to a new DBI based on something to do with Java, but most of that talk is from last year and it's unclear whether there's something that works.

So is there currently an accepted way to use SQLite within Perl 6?

Was it helpful?

Solution

(Updated 2015-01): DBIish from https://github.com/perl6/DBIish/ has decent support for SQLite and PostgreSQL, and limited support for mysql.

The README shows how to use it with an SQLite backend.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top