ultm | Ultra Lightweight Transaction Manager for JDBC | DB Client library
kandi X-RAY | ultm Summary
kandi X-RAY | ultm Summary
ultm is a Java library typically used in Utilities, DB Client applications. ultm has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub, Maven.
Ultra Lightweight Transaction Manager for JDBC. Introduction: --- Simple is beautiful. Brief: --- ULTM gives you basic transaction API for a JDBC data source. All you have to do is prepare a DataSource and pass it to this library in exchange for TxManager (to control transactions) and a dedicated, managed DataSource you should use to fetch connections. ULTM works with JDBC libraries. Pass the ULTM managed DataSource to them and you are done. Just remember that you should never mix transaction management from different libs. Try committing or rolling back on connections from ULTM DataSource and you will get UnsupportedOperationException. When to use it? --- Use it whenever you need JDBC but you do not want to play with transactions manually and you do not want to use complex environments like JavaEE or Spring. ULTM is nothing but few lines of code with no external dependencies. It is a perfect candidate when you create a tiny application or when you build complex one from microservices. That was my case, that was where ULTM was born: big complex application built of dozens Java and non-Java services talking to each other by messages over exchanges and queues. ULTM+JOOQ+Liquibase and tiny wrapper around RabbitMQ (or equivalent), glued with Guice are my favorites for SQL/Java-based microservices. Get it: --- - Maven, Ivy, Gradle, SBT, you name it… - -
Ultra Lightweight Transaction Manager for JDBC. Introduction: --- Simple is beautiful. Brief: --- ULTM gives you basic transaction API for a JDBC data source. All you have to do is prepare a DataSource and pass it to this library in exchange for TxManager (to control transactions) and a dedicated, managed DataSource you should use to fetch connections. ULTM works with JDBC libraries. Pass the ULTM managed DataSource to them and you are done. Just remember that you should never mix transaction management from different libs. Try committing or rolling back on connections from ULTM DataSource and you will get UnsupportedOperationException. When to use it? --- Use it whenever you need JDBC but you do not want to play with transactions manually and you do not want to use complex environments like JavaEE or Spring. ULTM is nothing but few lines of code with no external dependencies. It is a perfect candidate when you create a tiny application or when you build complex one from microservices. That was my case, that was where ULTM was born: big complex application built of dozens Java and non-Java services talking to each other by messages over exchanges and queues. ULTM+JOOQ+Liquibase and tiny wrapper around RabbitMQ (or equivalent), glued with Guice are my favorites for SQL/Java-based microservices. Get it: --- - Maven, Ivy, Gradle, SBT, you name it… - -
Support
Quality
Security
License
Reuse
Support
ultm has a low active ecosystem.
It has 25 star(s) with 7 fork(s). There are 6 watchers for this library.
It had no major release in the last 6 months.
There are 2 open issues and 1 have been closed. On average issues are closed in 211 days. There are 2 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of ultm is current.
Quality
ultm has 0 bugs and 0 code smells.
Security
ultm has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
ultm code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
ultm is licensed under the Apache-2.0 License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
ultm releases are not available. You will need to build from source code and install.
Deployable package is available in Maven.
Build file is available. You can build the component from source.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed ultm and discovered the below as its top functions. This is intended to give you an instant insight into ultm implemented functionality, and help decide if they suit your requirements.
- Creates a PreparedStatement object for the given SQL statement
- Executes the given SQL statement and returns the result
- Returns a prepared statement
- Returns a PreparedStatement object that will execute the given SQL statement
- Obtain a prepared statement
- Creates a prepared statement with the given column indexes and column indexes
- Method setClientInfo
- Sets the client info
- Sets the catalog
- Returns the warnings for this connection
- Sets the lockability
- Returns the metadata of this ResultSet object
- Sets the transaction isolation level
- Executes the native SQL query
- Retrieves the value as valid
- Returns true if the delegate is read - only
- Returns true if this delegate object is closed
- Gets a connection
- Returns the type map
- Get the transaction isolation level
- Runs a unit of work
- Unwraps the transaction
- Returns the schema of the delegate
- Set type map
- Returns true if this delegate is a wrapper for the given interface
- Returns the network timeout
Get all kandi verified functions for this library.
ultm Key Features
No Key Features are available at this moment for ultm.
ultm Examples and Code Snippets
No Code Snippets are available at this moment for ultm.
Community Discussions
Trending Discussions on ultm
QUESTION
Laravel: Getting data from a table using a foreign key
Asked 2019-Jun-10 at 13:55
Im using a route to send a foreign key from a view A
to a view B
ANSWER
Answered 2019-Jun-10 at 13:55whats you should have done is:
QUESTION
Can't write Postgres array-column using jOOQ
Asked 2017-Apr-06 at 21:23
I have a Table with a String[] and Time[] array column. Reading from the table works fine. But when I'm trying to create a record...
...ANSWER
Answered 2017-Apr-06 at 21:23Silly me, I configured jOOQ with the wrong SQL Dialect
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ultm
You can download it from GitHub, Maven.
You can use ultm like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the ultm component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
You can use ultm like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the ultm component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page