Linux SoftwareProgrammingLibrariesJDBC Driver for SQLite 006

JDBC Driver for SQLite 006


JDBC Driver for SQLite is a thin layer on top of the SQLite 3.3.x C API
Developer:   David Crawshaw
      more software by author →
Price:  0.00
License:   BSD License
File size:   0K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


JDBC Driver for SQLite is a thin layer on top of the SQLite 3.3.x C API. The native JNI library has SQLite compiled into it so all you need to do is include the two files packaged above in your project.

Usage:

Download the binary for the platform you are developing on. Open the tarball and copy the two files into your application directory:

sqlitejdbc.jar
[lib]sqlitejdbc.[dll, so, jnilib]

Reference the driver in your code:

Class.forName("org.sqlite.JDBC");
Connection conn = DriverManager.getConnection("jdbc:sqlite:filename");
// ... use the database ...
conn.close();

And call your program with the driver's JAR file in the classpath and the C library in the librarypath. E.g.

java -cp lib/yourprog.jar:lib/sqlitejdbc.jar
-Djava.library.path=lib
yourprog.Main

What's New in This Release:
  • The driver is now thread-safe and fully supports UTF-16.
  • There are binaries for Mac OS, Linux, and Windows, and instructions for compiling with MSVC.
    tags the driver  lib yourprog  lib sqlitejdbc  jar lib  two files  sqlitejdbc jar  the two  

    Download JDBC Driver for SQLite 006


     http://java.zentus.com/dist/sqlitejdbc-v006-Linux-i386.tgz


    Authors software

    zeMail 1.0 (by David Crawshaw)
    zeMail is a minimalist webmail package written in Mason

    JDBC Driver for SQLite 006 (by David Crawshaw)
    JDBC Driver for SQLite is a thin layer on top of the SQLite 3.3.x C API

    SQLiteJDBC 030 (by David Crawshaw)
    SQLiteJDBC is a JDBC driver for SQLite which is written as a Java JNI layer over the SQLite 3.3.x API.

    SQLiteJDBC supports the mos

    hash.c 2 (by David Crawshaw)
    hash.c is a C hash table with quadratic probing


    Similar software

    JDBC Driver for SQLite 006 (by David Crawshaw)
    JDBC Driver for SQLite is a thin layer on top of the SQLite 3.3.x C API

    SQLiteJDBC 030 (by David Crawshaw)
    SQLiteJDBC is a JDBC driver for SQLite which is written as a Java JNI layer over the SQLite 3.3.x API.

    SQLiteJDBC supports the mos

    Craftsman Spy 1.0.5 (by Craftsman)
    Craftsman Spy is a an open source and free framework for JDBC logging

    SmallSQL 0.16 (by Volker Berlin)
    SmallSQL is the ultimate Java Desktop SQL Database Engine with JDBC 3.0 API.

    There are 2 solutions to start with SmallSQL DBMS

    DBD::SQLite 1.12 (by Matt Sergeant)
    DBD::SQLite is a Self Contained RDBMS in a DBI Driver.

    SYNOPSIS

    use DBI;
    my $dbh = DBI->connect("dbi:SQLite:dbname=dbfile"

    RmiJdbc 3.3 (by Objectweb RmiJDBC Team)

    Easysoft ODBC-JDBC Gateway 2.0 (by Easysoft Limited)
    Easysoft ODBC-JDBC Gateway lets ODBC-enabled applications such as Business Objects, Microsoft Access, Microsoft Excel and Microsoft S

    StelsXML 1.0 (by J-Stels Software)
    StelsXML is a JDBC type 4 driver that allows to perform SQL queries and other JDBC operations on XML files.

    With StelsXML JDBC dri

    JayBird 2.0.1 (by JayBird Team)
    Jaybird is JCA/JDBC driver suite to connect to Firebird database server

    StelsDBF 1.2 (by J-Stels Software)
    StelsDBF is a DBF JDBC type 4 driver that allows to perform SQL queries and other JDBC operations on DBF files (dBase III/ IV/ V, xBa


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags