connection-pool
Connection pooler
A Clojure library providing a simple wrapper around C3P0 to create and manage connection pools for JDBC databases.
Connection pools for JDBC databases. Simple wrapper around C3P0.
14 stars
34 watching
8 forks
Language: Clojure
last commit: almost 3 years ago
Linked from 1 awesome list
c3p0clojureclojure-jdbcconnection-poolconnection-poolerconnection-poolingdatabasejdbcmetabase
Related projects:
Repository | Description | Stars |
---|---|---|
mperham/connection_pool | A connection pooling mechanism for Ruby applications | 1,631 |
funcool/clojure.jdbc | A Clojure library that simplifies the interaction with relational databases using JDBC. | 105 |
rstudio/pool | Provides an object pooling mechanism to simplify management of connections in R applications. | 254 |
clojure/java.jdbc | Provides low-level JDBC-based access to databases in Clojure | 724 |
seancorfield/next-jdbc | A low-level Clojure wrapper for JDBC-based access to databases with improved performance and simplicity. | 773 |
kennethreitz/django-postgrespool | A connection pooling library for Django applications to manage Postgres databases. | 7 |
metabase/toucan | A Clojure library for defining application models and interacting with databases in a flexible and powerful way | 570 |
hden/rethinkdb-pool | Provides a connection pooling mechanism for a specific NoSQL database technology | 22 |
jarohen/chord | A Clojure/ClojureScript library that enables communication with web-sockets and provides a common interface for various data formats. | 439 |
michaelklishin/neocons | A Clojure client for the Neo4J REST API, providing a feature-rich interface to the graph database | 204 |
bos/pool | A high-performance striped resource pooling implementation for managing pooled resources in Haskell. | 112 |
clj-commons/byte-streams | A library for converting between various byte and character representations in Java | 417 |
clj-commons/manifold | A compatibility layer for event-driven abstractions | 1,021 |
socketcluster/socketcluster-client | Provides a JavaScript client for a real-time communication library | 293 |
pjk/libcbor | A C library for parsing and generating CBOR data format | 342 |