Automated commit for debian release 6.7.2-1
[clsql.git] / db-sqlite3 / sqlite3-package.lisp
1 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
2 ;;;; *************************************************************************
3 ;;;; FILE IDENTIFICATION
4 ;;;;
5 ;;;; Name:          sqlite-package.lisp
6 ;;;; Purpose:       Package definition for low-level SQLite3 interface
7 ;;;; Programmer:    Aurelio Bignoli
8 ;;;; Date Started:  Oct 2004
9 ;;;;
10 ;;;; This file, part of CLSQL, is Copyright (c) 2004 by Aurelio Bignoli
11 ;;;;
12 ;;;; CLSQL users are granted the rights to distribute and use this software
13 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
14 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
15 ;;;; *************************************************************************
16
17 (in-package #:cl-user)
18
19 (defpackage #:clsql-sqlite3
20   (:use #:common-lisp #:clsql-sys)
21   (:export #:sqlite3-database))