Skip to content

agilecreativity/clojure-sqlite-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clojure-sqlite-example

Simple Clojure/SQLite3 example build from the idea of these two projects.

Setup database

To load the database from the given DDL file manually try

sqlite3 db/db.sqlite3 < createdb.sql

Basic Usage

lein run

Example interaction is in core.clj

Useful Links

License

Copyright (C) 2017 Burin Choomnuan

Distributed under the Eclipse Public License, the same as Clojure.

About

clojure-sqlite-example by agilecreativity

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors