Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davorg/wordpress-db
- Owner: davorg
- Created: 2012-08-11T14:26:44.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-11T15:05:10.000Z (about 12 years ago)
- Last Synced: 2024-05-02T00:34:38.062Z (6 months ago)
- Language: Perl
- Size: 97.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
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.