Skip to content

Commit

Permalink
remove segfaulting sqlite example, point to working DBDish/*.pm6 modu…
Browse files Browse the repository at this point in the history
…les instead
  • Loading branch information
moritz committed May 3, 2012
1 parent 16af23b commit d9250b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 107 deletions.
7 changes: 3 additions & 4 deletions README.markdown
Expand Up @@ -197,6 +197,9 @@ send in a patch. ;-)

The examples directory contains various examples of how to use Zavolaj.

More examples can be found in the lib/DBDish/ directory of the DBIsh repository
at https://github.com/perl6/DBIish/.

### MySQL

There is an exmaple of using the MySQL client library. There is a Rakudo project
Expand Down Expand Up @@ -228,10 +231,6 @@ You can look at the results via a normal mysql connection:
SHOW TABLES;
SELECT * FROM nom;

### SQLite3

May not be working...let us know if you get success!

### Microsoft Windows

The win32-api-call.p6 script shows a Windows API call done from Perl 6.
103 changes: 0 additions & 103 deletions examples/sqlite3.p6

This file was deleted.

0 comments on commit d9250b0

Please sign in to comment.