Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14275] New: New Spell: sqlite-jdbc

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14275] New: New Spell: sqlite-jdbc
  • Date: 4 Feb 2008 20:56:45 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14275

Summary: New Spell: sqlite-jdbc
Product: New Spells
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Spell Submission
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: jose.iria AT gmail.com


This is a Java wrapper including a basic JDBC driver for the SQLite 2/3
database
engine. It is designed using JNI to interface to the SQLite API. That API is
wrapped by methods in the SQLite.Database class. Since June, 2002, it
includes a
small JDBC driver, which allows the most basic things to be carried out using
the java.sql package. Since September, 2004, SQLite3 (minimum 3.0.7) is
supported which is rather experimental. The JNI part can be generated to
include
support for both SQLite 2.x and 3.x and detects at runtime the type of the
database.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 14275] New: New Spell: sqlite-jdbc, bugzilla-daemon, 02/04/2008

Archive powered by MHonArc 2.6.24.

Top of Page