Rework do-query to use database for special case
[clsql/s11.git] / db-sqlite3 / sqlite3-package.lisp
blob1acc6ea9cdb6de78b07897c2e55b7fd1ee0f0dde
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 ;;;; $Id$
11 ;;;;
12 ;;;; This file, part of CLSQL, is Copyright (c) 2004 by Aurelio Bignoli
13 ;;;;
14 ;;;; CLSQL users are granted the rights to distribute and use this software
15 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
16 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
17 ;;;; *************************************************************************
19 (in-package #:cl-user)
21 (defpackage #:clsql-sqlite3
22 (:use #:common-lisp #:clsql-sys)
23 (:export #:sqlite3-database))