Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davorg/wordpress-db

Perl classs for interacting with a WordPress database
https://github.com/davorg/wordpress-db

Last synced: 12 days ago
JSON representation

Perl classs for interacting with a WordPress database

Awesome Lists containing this project

README

        

=head1 WordPress::DB

=head2 What is WordPress::DB

A collection of Perl classes to make it easier to talk to WordPress
databases from Perl programs.

This ia all very much a work in progress. It lets me do the things I want
to do. If some features are missing that stop you doing the things that
you want to do then let me know (or, better still, fork and patch the code).

These classes currently support WordPress 3.4.1.

The classes are based on DBIx::Class.