All Projects → perl5-dbi → Dbi

perl5-dbi / Dbi

Licence: other
DBI - The Perl 5 Database Interface

Programming Languages

perl
6916 projects

Labels

Projects that are alternatives of or similar to Dbi

Stackexchange Dump To Postgres
Python scripts to import StackExchange data dump into Postgres DB.
Stars: ✭ 58 (-9.37%)
Mutual labels:  database
Hermitdb
A private decentralized database replicated over Git (or any other distributed log)
Stars: ✭ 61 (-4.69%)
Mutual labels:  database
Aliyun Tablestore Go Sdk
TableStore SDK for Golang
Stars: ✭ 63 (-1.56%)
Mutual labels:  database
Data Science Best Resources
Carefully curated resource links for data science in one place
Stars: ✭ 1,104 (+1625%)
Mutual labels:  database
Skunk
A data access library for Scala + Postgres.
Stars: ✭ 1,107 (+1629.69%)
Mutual labels:  database
Laravel Cadillac
🍺 A database tool for laravel.
Stars: ✭ 63 (-1.56%)
Mutual labels:  database
Dolt
Dolt – It's Git for Data
Stars: ✭ 9,880 (+15337.5%)
Mutual labels:  database
Littletable
An in-memory database of Python objects, searchable using quasi-SQL API
Stars: ✭ 64 (+0%)
Mutual labels:  database
Mssql Docker
Official Microsoft repository for SQL Server in Docker resources
Stars: ✭ 1,111 (+1635.94%)
Mutual labels:  database
Reporting Services Examples
📕 Various example reports I use for SQL Server Reporting Services (SSRS) as well as documents for unit testing, requirements and a style guide template.
Stars: ✭ 63 (-1.56%)
Mutual labels:  database
Pyhawk
Searches the directory of choice for interesting files. Such as database files and files with passwords stored on them
Stars: ✭ 60 (-6.25%)
Mutual labels:  database
Layr
Dramatically simplify full‑stack development
Stars: ✭ 1,111 (+1635.94%)
Mutual labels:  database
Terpene Profile Parser For Cannabis Strains
Parser and database to index the terpene profile of different strains of Cannabis from online databases
Stars: ✭ 63 (-1.56%)
Mutual labels:  database
Restfeel
RESTFeel: 一个企业级的API管理&测试平台。RESTFeel帮助你设计、开发、测试您的API。
Stars: ✭ 59 (-7.81%)
Mutual labels:  database
Docker Oracle12c
Docker image for Oracle Database 12c
Stars: ✭ 63 (-1.56%)
Mutual labels:  database
Sql.js
A javascript library to run SQLite on the web.
Stars: ✭ 9,594 (+14890.63%)
Mutual labels:  database
Blazor.indexeddb.framework
A framework for blazor which acts as an interface to IndexedDB
Stars: ✭ 62 (-3.12%)
Mutual labels:  database
Learned Indexes
Implementation of BTree part for paper 'The Case for Learned Index Structures'
Stars: ✭ 64 (+0%)
Mutual labels:  database
Semantic forms
Form generators leveraging semantic web standards (RDF(S), OWL, SPARQL , ...
Stars: ✭ 63 (-1.56%)
Mutual labels:  database
Eventql
Distributed "massively parallel" SQL query engine
Stars: ✭ 1,121 (+1651.56%)
Mutual labels:  database

DBI - The Perl Database Interface.

Build Status

See COPYRIGHT section in DBI.pm for usage and distribution rights.

See GETTING HELP section in DBI.pm for how to get help.

QUICK START GUIDE:

The DBI requires one or more 'driver' modules to talk to databases,
but they are not needed to build or install the DBI.

Check that a DBD::* module exists for the database you wish to use.

Install the DBI using a installer like cpanm, cpanplus, cpan,
or whatever is recommened by the perl distribution you're using.
Make sure the DBI tests run successfully before installing.

Use the 'perldoc DBI' command to read the DBI documentation.

Install the DBD::* driver module you wish to use in the same way.
It is often important to read the driver README file carefully.
Make sure the driver tests run successfully before installing.

The DBI.pm file contains the DBI specification and other documentation. PLEASE READ IT. It'll save you asking questions on the mailing list which you will be told are already answered in the documentation.

For more information and to keep informed about progress you can join the a mailing list via mailto:[email protected] You can post to the mailing list without subscribing. (Your first post may be delayed a day or so while it's being moderated.)

To help you make the best use of the dbi-users mailing list, and any other lists or forums you may use, I strongly recommend that you read "How To Ask Questions The Smart Way" by Eric Raymond:

http://www.catb.org/~esr/faqs/smart-questions.html

Much useful information and online archives of the mailing lists can be found at http://dbi.perl.org/

See also http://metacpan.org/

IF YOU HAVE PROBLEMS:

First, read the notes in the INSTALL file.

If you can't fix it your self please post details to [email protected]. Please include:

  1. A complete log of a complete build, e.g.:

    perl Makefile.PL (do a make realclean first) make make test make test TEST_VERBOSE=1 (if any of the t/* tests fail)

  2. The output of perl -V

  3. If you get a core dump, try to include a stack trace from it.

    Try installing the Devel::CoreStack module to get a stack trace. If the stack trace mentions XS_DynaLoader_dl_load_file then rerun make test after setting the environment variable PERL_DL_DEBUG to 2.

  4. If your installation succeeds, but your script does not behave as you expect, the problem is possibly in your script.

    Before sending to dbi-users, try writing a small, easy to use test case to reproduce your problem. Also, use the DBI->trace method to trace your database calls.

Please don't post problems to usenet, google groups or perl5-porters. This software is supported via the dbi-users mailing list. For more information and to keep informed about progress you can join the mailing list via mailto:[email protected] (please note that I do not run or manage the mailing list).

It is important to check that you are using the latest version before posting. If you're not then we're very likely to simply say "upgrade to the latest". You would do yourself a favour by upgrading beforehand.

Please remember that we're all busy. Try to help yourself first, then try to help us help you by following these guidelines carefully.

Regards, Tim Bunce and the perl5-dbi team.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].