https://github.com/libwww-perl/URI-db
Perl module representing database URIs
https://github.com/libwww-perl/URI-db
Last synced: 6 months ago
JSON representation
Perl module representing database URIs
- Host: GitHub
- URL: https://github.com/libwww-perl/URI-db
- Owner: libwww-perl
- Created: 2013-11-22T23:00:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T01:40:44.000Z (about 1 year ago)
- Last Synced: 2024-08-13T07:04:54.632Z (10 months ago)
- Language: Perl
- Size: 236 KB
- Stars: 48
- Watchers: 7
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
- jimsghstars - libwww-perl/URI-db - Perl module representing database URIs (Perl)
README
URI/db version 0.23
===================This library implements a Perl interface for a proposed standard for database
connection URIs. The basic formats are:* `db:engine://username:[email protected]:8042/over/there/widget.db?type=animal&name=narwhal`
* `db:engine:my_big_fat_database?subject=Topic`This library also includes an interface to convert database URIs to
[DBI](https://metacpan.org/module/DBI) DSNs. For additional information on the
format, see `README.md`.**Warning:** This is an alpha release. I will do my best to preserve
functionality going forward, especially as [Sqitch](http://sqitch.org/) uses
this module. However, as the database URI specification moves forward, changes
*may* require backwards-incompatible changes. Caveat Hackor.Installation
------------To install this module, type the following:
perl Build.PL
./Build
./Build test
./Build installDependencies
------------URI::db requires the following modules:
* URI
* URI::NestedCopyright and Licence
---------------------Copyright (c) 2013-2023 David E. Wheeler. Some Rights Reserved.
This module is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.